forked from GitHub/gf-rgl
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
--# -path=.:alltenses:prelude
|
|
|
|
resource CombinatorsTur = Combinators with
|
|
(Cat = CatTur),
|
|
(Structural = StructuralTur),
|
|
(Noun = NounTur),
|
|
(Constructors = ConstructorsTur) **
|
|
{
|
|
}
|