diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-20 05:47:45 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-20 05:47:45 +0000 |
commit | 6ca1c09aa4926387282472ec6d92fc74096b46b5 (patch) | |
tree | 24299520f70333cbae6b1fb75b07895d58609e0b /devel/ocaml-pomap/pkg-descr | |
parent | 793694929c5ef0ab4a7a36b7d20c36e29d4aa260 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-pomap/pkg-descr')
-rw-r--r-- | devel/ocaml-pomap/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ocaml-pomap/pkg-descr b/devel/ocaml-pomap/pkg-descr index 95f112371837..b43f1daaa40b 100644 --- a/devel/ocaml-pomap/pkg-descr +++ b/devel/ocaml-pomap/pkg-descr @@ -1,7 +1,7 @@ -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. +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. Author: Markus Mottl <markus.mottl@gmail.com> -WWW: http://www.ocaml.info/home/ocaml_sources.html +WWW: https://bitbucket.org/mmottl/pomap |