Browse thread
Announce: xsetxmap, unfunctorized, Sexp-lib aware versions of Set and Map
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-04-21 (09:39) |
From: | Berke Durak <berke.durak@e...> |
Subject: | Announce: xsetxmap, unfunctorized, Sexp-lib aware versions of Set and Map |
Hello, I decided to share my modification of the standard Set and Map modules. Basically, I took Set and Map, unfunctorized them, passing the comparison function as an optional argument with Pervasives.compare as the default, added or exposed some missing functions (reverse_fold, reverse_iter, min_key...) and added converters for Sexplib. It is under LGPL and feel free to include it in Extlib, in Ocaml "batteries" or anywhere else. http://abaababa.ouvaton.org/caml/xsetxmap-20080421.tar.gz -- Berke DURAK