Commit graph

25 commits

Author SHA1 Message Date
Simon Cruanes
cd35c46a58 KMP algorithm (as a functor on the string type) 2014-05-10 14:36:21 +02:00
Simon Cruanes
23a5dc1756 Cause: debugging experiment, tracking why values exist and actions were performed 2014-04-23 17:59:43 +02:00
Simon Cruanes
8404b167f5 rational terms with unification 2014-04-18 01:59:57 +02:00
Simon Cruanes
9c18698b22 preparation for Tell and BencodeStream 2014-04-10 19:36:26 +02:00
Simon Cruanes
cfed1c44a9 build system 2014-04-09 00:23:04 +02:00
Simon Cruanes
86fa8eeb8f Iteratee (stoppable folds) 2014-03-31 22:54:49 +02:00
Simon Cruanes
629879ec25 Bidir module, early draft of bidirectional iterators 2014-03-21 23:38:57 +01:00
Simon Cruanes
387ec86560 Levenshtein automaton for fuzzy string searching 2014-03-03 23:09:56 +01:00
Simon Cruanes
57bb863f78 updated oasis to 4.xxx 2014-02-26 12:10:17 +01:00
Simon Cruanes
391ddfc8cc disable doc for lwt 2014-02-10 16:04:05 +01:00
Simon Cruanes
79e40e03a8 Lwt_automaton, for an interface with Lwt 2013-12-30 16:24:18 +01:00
Simon Cruanes
74735a7ad9 moved cgi in a subdir (would not build with oasis 0.4 otherwise) 2013-12-30 12:20:05 +01:00
Simon Cruanes
8e6a648502 HGraph draft, a generalized hypergraph structure. Yay. 2013-11-25 17:48:03 +01:00
Simon Cruanes
ac1cd31f0a type declarations for the TTree associative structure 2013-11-08 00:20:29 +01:00
Simon Cruanes
7313a258b4 use oasis to build files, splitted into libraries, including
a Container module that packs everything;
ToWeb module (depends on CamlGI) to expoert values on the web
2013-10-18 22:27:43 +02:00
Simon Cruanes
2c3af875b9 new container, AbsSet, that presents an abstract view of sets
and relational operators
2013-08-20 23:33:14 +02:00
Simon Cruanes
1d39fd1d5b update of readme and build files 2013-08-20 11:31:30 +02:00
Simon Cruanes
ec94ca1864 MultiSet on top of Map 2013-07-06 12:58:36 +02:00
Simon Cruanes
fa559395a6 added Random-Access list implementation 2013-07-01 14:22:09 +02:00
Simon Cruanes
171f12a322 Sexp module, for parsing and printing S-expressions incrementally 2013-06-25 16:22:34 +02:00
Simon Cruanes
a636c73f6d renamed Graph to PersistentGraph, not to collide with OCamlGraph 2013-06-13 15:17:52 +02:00
Simon Cruanes
b70c94377e fixed .odocl and minor stuff 2013-06-12 17:36:59 +02:00
Simon Cruanes
3d199eeffb PiCalculus module, to emulate the Pi-calculus concurrency model;
it uses only one thread on one machine though
2013-05-20 19:17:20 +02:00
Simon Cruanes
20097ddae3 Bij module, a try at the serialization problem using GADT 2013-05-14 18:32:23 +02:00
Simon Cruanes
85b3ca233b target for documentation of some modules 2013-04-03 00:01:52 +02:00