freebsd-ports/devel/ocaml-pomap/pkg-descr
Dmitry Marakasov cf89074b29 - Update to 3.0.5, fixing build
- Simplify docs and examples handling
2015-05-15 00:43:57 +00:00

7 lines
282 B
Plaintext

The Pomap-library implements an ADT that maintains maps of partially
ordered elements. Whereas a total order allows you to say whether some
element is lower, equal or greater than another one, partial orders also
allow for a "don-t know" case.
WWW: https://mmottl.github.io/pomap/