1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/api/CombinatorsMlt.gf
2012-10-26 13:12:00 +00:00

7 lines
162 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsMlt = Combinators with
(Cat = CatMlt),
(Structural = StructuralMlt),
(Constructors = ConstructorsMlt) ;