fat-free list accumulators
Find a file
2014-02-06 10:35:40 +09:00
lib hide the implementation of the type being used 2014-02-06 10:35:40 +09:00
lib_test works OK 2014-02-04 16:41:42 +09:00
.gitignore added 2014-02-04 16:08:11 +09:00
_oasis at least oasis generates the intall/uninstall targets 2014-02-04 18:10:40 +09:00
_tags added files generated by oasis 2014-02-04 18:11:50 +09:00
lacc.obuild corrected module name 2014-02-04 18:11:05 +09:00
LICENSE same LICENSE than batteries: LGPL with linking exception 2014-02-04 15:44:45 +09:00
myocamlbuild.ml added files generated by oasis 2014-02-04 18:11:50 +09:00
README.md updated 2014-02-04 16:50:41 +09:00
setup.ml added files generated by oasis 2014-02-04 18:11:50 +09:00
test.sh added 2014-02-04 16:43:42 +09:00

lacc

(fat-free) list accumulators

The original idea came from the BatList module from batteries-included.

Cf. lib_test/test.ml for examples.