forked from GitHub/gf-core
+ 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) ;
|