Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tacinterp: more refactoring. | Arnaud Spiwack | 2014-02-27 |
| | | | Introducing List.fold_right and List.fold_left in Monad. | ||
* | Tacinterp: refactoring using Monad. | Arnaud Spiwack | 2014-02-27 |
| | | | Adds a combinator List.map_right which chains effects from right to left. | ||
* | Remove unsafe code (Obj.magic) in Tacinterp. | Arnaud Spiwack | 2014-02-27 |
This commit also introduces a module Monad to generate monadic combinators (currently, only List.map). |