Added NumPN to Symbol.

This commit is contained in:
bringert
2007-10-19 16:56:22 +00:00
parent 9b952e5954
commit 0341fd142a
6 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ lin
SymbPN i = {s = i.s ; g = Masc} ;
IntPN i = {s = i.s ; g = Masc} ;
FloatPN i = {s = i.s ; g = Masc} ;
NumPN i = {s = i.s!Masc ; g = Masc} ;
CNIntNP cn i = {
s = \\c => cn.s ! Sg ++ i.s ;