mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
Fix -path directives for Mongolian
+ Remove references to alltenses. + Remove references to ../../prelude + Add missing reference to ../common in mongolian/SymbolMon.gf
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsMon = Combinators with
|
||||
(Cat = CatMon),
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsMon = Constructors with (Grammar = GrammarMon) ;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxMon of Syntax =
|
||||
ConstructorsMon, CatMon, StructuralMon, CombinatorsMon ;
|
||||
|
||||
Reference in New Issue
Block a user