lacc 0.1
Author | Francois Berenger | ||||
---|---|---|---|---|---|
License | LGPL-2.1+ with OCaml linking exception | ||||
Homepage | https://github.com/UnixJunkie/lacc | ||||
Maintainer | berenger@riken.jp | ||||
Dependencies |
|
||||
Published | Feb 4, 2014 | ||||
Source [http] |
https://github.com/UnixJunkie/lacc/archive/v0.1.tar.gz b04fd9155690e2d1c63369d3cbe410fa |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/lacc/lacc.0.1/opam |
fat-free list accumulators
Accumulate results in a list without guilt: you won't have to reverse it at the end. Of course, some magic is involved ... Examples can be found in lib_test/test.ml.