diff options
Diffstat (limited to 'next-lib/src/tmp')
| -rw-r--r-- | next-lib/src/tmp/CompatibilityEng.gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/next-lib/src/tmp/CompatibilityEng.gf b/next-lib/src/tmp/CompatibilityEng.gf new file mode 100644 index 000000000..28ede2a17 --- /dev/null +++ b/next-lib/src/tmp/CompatibilityEng.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common + +concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = n.s ; n = Pl ; hasCard = True} ; + OrdInt n = {s = n.s ++ "th"} ; + +} |
