forked from GitHub/gf-core
fixed naming conflicts in resource
This commit is contained in:
@@ -5,7 +5,7 @@ instance DiffCat of DiffRomance = open CommonRomance, PhonoCat, BeschCat, Prelud
|
||||
flags optimize=noexpand ;
|
||||
|
||||
param
|
||||
Prep = P_de | P_a ;
|
||||
Prepos = P_de | P_a ;
|
||||
VType = VHabere | VRefl ;
|
||||
|
||||
oper
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--# -path=.:../romance:../common:../abstract:../../prelude
|
||||
|
||||
concrete LexiconCat of Lexicon = CatCat ** open
|
||||
MorphoCat, ParadigmsCat, BeschCat in {
|
||||
(M=MorphoCat), ParadigmsCat, BeschCat in {
|
||||
|
||||
flags
|
||||
optimize=values ;
|
||||
|
||||
@@ -149,7 +149,7 @@ lin
|
||||
Fem Pl P2 ;
|
||||
|
||||
oper
|
||||
etConj : {s : Str ; n : Number} = {s = "i" } ** {n = Pl} ;
|
||||
etConj : {s : Str ; n : MorphoCat.Number} = {s = "i" } ** {n = Pl} ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user