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:
hallgren
2015-03-13 14:41:30 +00:00
parent 10d43a6e11
commit 7c1be91839
21 changed files with 19 additions and 22 deletions

View File

@@ -1,4 +1,3 @@
--# -path=.:alltenses:prelude
resource CombinatorsMon = Combinators with
(Cat = CatMon),

View File

@@ -1,3 +1,2 @@
--# -path=.:alltenses:prelude
resource ConstructorsMon = Constructors with (Grammar = GrammarMon) ;

View File

@@ -1,4 +1,3 @@
--# -path=.:./alltenses:../prelude
instance SyntaxMon of Syntax =
ConstructorsMon, CatMon, StructuralMon, CombinatorsMon ;