progress on the Names API

This commit is contained in:
Krasimir Angelov
2023-08-07 21:15:48 +02:00
parent 9fcee982e5
commit 531e2c2dd2
36 changed files with 220 additions and 22 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ incomplete concrete CatScand of Cat =
-- {s : Number => Species => Case => Str ; g : Gender} ;
N2 = Noun ** {c2 : Complement} ;
N3 = Noun ** {c2,c3 : Complement} ;
GN, SN, LN, PN = {s : Case => Str ; g : Gender} ;
LN = {s : Case => Str ; c : Complement ; g : Gender ; n : Number} ;
GN, SN, PN = {s : Case => Str ; g : Gender} ;