1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/api/CombinatorsGre.gf

7 lines
162 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsGre = Combinators with
(Cat = CatGre),
(Structural = StructuralGre),
(Constructors = ConstructorsGre) ;