implemented compound nounds which work like adverbs

This commit is contained in:
Krasimir Angelov
2018-05-30 23:04:40 +02:00
parent 3946144833
commit 9558094911
5 changed files with 125 additions and 114 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ lin
oper
mkMonth : Str -> Str -> N = \n,a -> lin N {
s = \\_ => n ;
rel = (mkA078 a).s ;
rel = (mkA078 a).s ; relPost = False ;
g = R.AMasc R.NonHuman
} ;
}