From a726630bb7db542d5f3893102e6561de7ccb1bb8 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 30 Oct 2008 14:09:27 +0000 Subject: 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. --- next-lib/src/english/StructuralEng.gf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'next-lib/src/english/StructuralEng.gf') diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index 32b78cc78..a6986c927 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -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] - } ; - } -- cgit v1.2.3