mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Added case parameter for stand-alone forms of determiners. I had to move mkPron from ResEng to MorphoEng, and mkQuant from StructuralEng to MorphoEng. I also removed the unused mkPronoun stuff from MorphoEng.
This commit is contained in:
@@ -121,11 +121,5 @@ concrete StructuralEng of Structural = CatEng **
|
||||
youPl_Pron = mkPron "you" "you" "your" "yours" Pl P2 Masc ;
|
||||
youPol_Pron = mkPron "you" "you" "your" "yours" Sg P2 Masc ;
|
||||
|
||||
|
||||
oper
|
||||
mkQuant : Str -> Str -> {s,sp : Bool => Number => Str} = \x,y -> {
|
||||
s,sp = \\_ => table Number [x ; y]
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user