aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-pomap
Commit message (Collapse)AuthorAgeFilesLines
* The Pomap-library implements an ADT that maintains maps of partially orderedIon-Mihai Tetcu2006-08-203-0/+77
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. Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102116 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=171002