Browse thread
[Caml-list] IMap and ISet
- Yamagata Yoriyuki
[
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: | -- (:) |
| From: | Yamagata Yoriyuki <yoriyuki@m...> |
| Subject: | [Caml-list] IMap and ISet |
By the suggestion of Diego Oliver, I implement Map and Set for integers using Diet. http://camomile.sf.net/datastruct.html The interfaces are roughly same to Map and Set in stdlib. Since they are used for Unicode, integers are treated as unsigned int. (So, for example, ~-1 is treated as the maximal integer.) If it is not desirable, change definitions of infix operators in the beginning of .ml files. Comments and suggestion are welcome. -- Yamagata Yoriyuki ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners