mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
--# -path=.:alltenses:prelude
|
|
|
|
resource CombinatorsFin = Combinators with
|
|
(Cat = CatFin),
|
|
(Structural = StructuralFin),
|
|
(Constructors = ConstructorsFin) ;
|