1
0
forked from GitHub/gf-rgl

change lincat PN to make it similar to LN and avoid storing rt and rel

This commit is contained in:
Krasimir Angelov
2024-03-11 08:25:12 +01:00
parent 2aef82181b
commit 0fe84ad2cf
6 changed files with 37 additions and 42 deletions
+2 -2
View File
@@ -173,9 +173,9 @@ lin
monthN month = month ;
-- : Weekday -> PN ; -- Monday (is free)
weekdayPN wd = wd ;
weekdayPN wd = {s = (nounFormsNoun wd).s ! Sg; g = Neut; anim = Inanimate; n=Sg} ;
-- : Month -> PN ; -- March (is cold)
monthPN month = month ;
monthPN month = {s = (nounFormsNoun month).s ! Sg; g = Neut; anim = Inanimate; n=Sg} ;
-- : Card -> CN -> A -> AP ; -- x inches long
n_units_AP card cn a =