mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
+ Remove references to alltenses. + Remove references to ../../prelude + Add missing reference to ../common in mongolian/SymbolMon.gf
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
|
resource CombinatorsMon = Combinators with
|
|
(Cat = CatMon),
|
|
(Structural = StructuralMon),
|
|
(Constructors = ConstructorsMon) ;
|