monosyllable prefix

This commit is contained in:
Meowyam
2022-01-12 15:20:26 +08:00
parent 664164e8c1
commit 9d56ac6fee
8 changed files with 34 additions and 11 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ lin
True => iadv.s ++ cls.subj ; False => cls.subj
} ;
pred = \\vf,pol => case iadv.isPre of {
True => cls.pred ! Root ! pol ;
False => cls.pred ! Root ! pol ++ iadv.s
True => cls.pred ! iadv.vf ! pol ;
False => cls.pred ! iadv.vf ! pol ++ iadv.s
} ;
} ;