mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
--# -path=.:alltenses:prelude
|
|
|
|
resource CombinatorsSlo = Combinators with
|
|
(Cat = CatSlo),
|
|
(Structural = StructuralSlo),
|
|
(Constructors = ConstructorsSlo)
|
|
** open MissingSlo in {}
|
|
|
|
|