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)
commitb3795622be964bd35d6e72cca5fed22718449b11
treeacb55db5f707e09b0703be9414818851ad941f0b
parent1aeca2c0687b952d02804603ae0ef1ba6b9025f9
parentef5f2382eee5980c8ae76a0a2d1c395d09a025a5
Merge: Combinations on collection

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>