mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Hun) Update Symbol after changes in lincats
This commit is contained in:
@@ -18,7 +18,7 @@ lin
|
|||||||
oper
|
oper
|
||||||
|
|
||||||
mkPN : Str -> NounPhrase = \s -> emptyNP ** {
|
mkPN : Str -> NounPhrase = \s -> emptyNP ** {
|
||||||
s = \\_ => s ;
|
s = \\_,_ => s ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
@@ -42,7 +42,7 @@ lin
|
|||||||
SymbNum sy = baseNum ** {s = \\_ => sy.s} ;
|
SymbNum sy = baseNum ** {s = \\_ => sy.s} ;
|
||||||
|
|
||||||
-- : Symb -> Ord ;
|
-- : Symb -> Ord ;
|
||||||
SymbOrd sy = {s = \\n => sy.s ; n=Pl} ;
|
SymbOrd sy = {s = \\n,c => sy.s ; n=Pl} ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
Symb, [Symb] = SS ;
|
Symb, [Symb] = SS ;
|
||||||
|
|||||||
Reference in New Issue
Block a user