Files
gf-rgl/src/api/CombinatorsIce.gf
2017-01-16 16:30:50 +00:00

9 lines
209 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsIce = Combinators - [ appCN, appCNc ] with
(Cat = CatIce),
(Structural = StructuralIce),
(Noun = NounIce),
(Constructors = ConstructorsIce) **
{}