(May) Add API funs + MissingMay

This commit is contained in:
Inari Listenmaa
2020-09-03 13:10:12 +02:00
parent fdc28dfd8a
commit c1e12b60ab
10 changed files with 610 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ concrete CatMay of Cat = CommonX ** open ResMay, Prelude in {
Num = ResMay.Num ;
Ord = {
s : Str ; -- AForm => Str ; -- Ord can came from AP and become AP again
n : Number -- Ord can come from Num, which has inherent number
-- n : Number -- Ord can come from Num, which has inherent number
} ;
DAP = ResMay.Determiner ;
@@ -85,7 +85,7 @@ concrete CatMay of Cat = CommonX ** open ResMay, Prelude in {
--2 Structural words
-- Constructed in StructuralMay.
Conj = {s2 : Bool => Str ; s1 : Str ; n : Number } ;
Conj = {s2 : Str ; s1 : Str ; n : Number } ;
Subj = SS ;
Prep = ResMay.Preposition ;