Merge: Combinations on collection
authorJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 16:57:14 +0000 (11:57 -0500)
committerJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 16:57:14 +0000 (11:57 -0500)
Some addition to the library for cartesian product and other combinatoric constructions.

Memory-efficient classes are proposed, however, the current limitation over the infinite types in RTA (and in the compilation strategies in --separate et --global) reduces the usage of simple methods that could have abstracted the underlying implementation.

Pull-Request: #892
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge