(Kor) Add comparatives and superlatives

This commit is contained in:
Inari Listenmaa
2020-04-03 18:04:34 +02:00
parent a4ad8964bc
commit 8b62ad1fa7
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ lin
-- : AP -> Comp ;
CompAP ap = emptyComp ** {
s = ap.s
s = \\vf => ap.compar ++ ap.s ! vf
} ;
-- : CN -> Comp ;