diff options
Diffstat (limited to 'next-lib/src/english/StructuralEng.gf')
| -rw-r--r-- | next-lib/src/english/StructuralEng.gf | 6 |
1 files changed, 0 insertions, 6 deletions
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] - } ; - } |
