lacc 0.2
Author | Francois Berenger | ||||
---|---|---|---|---|---|
License | LGPL-2.1+ with OCaml linking exception | ||||
Homepage | https://github.com/UnixJunkie/lacc | ||||
Maintainer | berenger@riken.jp | ||||
Dependencies |
|
||||
Published | Feb 6, 2014 | ||||
Source [http] |
https://github.com/UnixJunkie/lacc/archive/v0.2.tar.gz facc2c90c0e07784ab9f2c59ad2e8644 |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/lacc/lacc.0.2/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.