..
benchs.ml
added arrays to benchs;
2013-04-05 17:19:47 +02:00
helpers.ml
test file for Graph
2013-03-05 11:25:08 +01:00
run_tests.ml
imperative bitvector module
2013-09-24 15:06:30 +02:00
test_Behavior.ml
Behavior is now based on Lwt rather than React, using futures.
2013-06-05 11:06:16 +02:00
test_bencode.ml
Bencode module, for the eponym encoding format
2013-06-12 17:36:45 +02:00
test_bij.ml
much simpler Bij module:removed the generic encoding/decoding
2013-09-28 01:31:19 +02:00
test_bv.ml
imperative bitvector module
2013-09-24 15:06:30 +02:00
test_cc.ml
added CC (congruence closure with curryfied terms);
2013-04-17 15:43:19 +02:00
test_deque.ml
rewrote Deque to be safe (no Obj anymore);
2013-03-14 14:14:13 +01:00
test_fHashtbl.ml
added a is_empty function for FHashtbl;
2013-03-10 15:04:38 +01:00
test_flatHashtbl.ml
some tests for functional hashtables
2013-03-07 12:41:45 +01:00
test_fQueue.ml
added a functional Queue implementation
2013-03-09 20:35:45 +01:00
test_future.ml
added a test for Future.Timer
2013-03-24 20:27:27 +01:00
test_gen.ml
renamed Enum into Gen (for "generator"), and updated code and test to reflect so
2013-03-21 17:25:02 +01:00
test_graph.ml
renamed Graph to PersistentGraph, not to collide with OCamlGraph
2013-06-13 15:17:52 +02:00
test_heap.ml
copied code of SplayTree into Heap, to reduce dependencies
2013-03-20 15:49:52 +01:00
test_leftistheap.ml
minor update of Leftistheap
2013-04-24 00:31:47 +02:00
test_PersistentHashtbl.ml
added PersistentHashtbl, adapted from persistent arrays of J-C Filliatre
2013-03-26 17:23:19 +01:00
test_pHashtbl.ml
small test change
2013-03-05 09:55:38 +01:00
test_PiCalculus.ml
some tests for PiCalculus
2013-05-20 21:44:17 +02:00
test_puf.ml
added CC (congruence closure with curryfied terms);
2013-04-17 15:43:19 +02:00
test_splayMap.ml
functional SplayTree as Maps
2013-04-24 00:32:04 +02:00
test_univ.ml
cleanrer interface for Univ
2013-03-14 14:43:08 +01:00
test_vector.ml
renamed tests/tests.ml into tests/run_tests.ml;
2013-03-17 18:36:51 +01:00