Files
gf-rgl/src/api/CombinatorsLat.gf
2017-03-28 07:40:37 +00:00

9 lines
209 B
Plaintext

--# -path=.:alltenses:prelude
resource CombinatorsLat = Combinators - [ appCN, appCNc ] with
(Cat = CatLat),
(Structural = StructuralLat),
(Noun = NounLat),
(Constructors = ConstructorsLat) **
{}