mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-17 23:30:14 -06:00
fix UseN and PositA
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete AdjectiveBel of Adjective = CatBel ** {
|
||||
--lin
|
||||
-- PositA a = a ;
|
||||
lin
|
||||
PositA a = a ;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
concrete NounBel of Noun = CatBel ** {
|
||||
--lin
|
||||
-- UseN n = n ;
|
||||
lin
|
||||
UseN n = n ;
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
|
||||
oper Compl = {s : Str; c : Case} ;
|
||||
oper noPrep : Compl = {s=""; c=Acc} ;
|
||||
|
||||
oper CommonNoun = {s : Str} ;
|
||||
oper AdjPhrase = {s : Str} ;
|
||||
oper CommonNoun = Noun ;
|
||||
oper AdjPhrase = A ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user