added some missing funs and cats

This commit is contained in:
Krasimir Angelov
2025-08-07 12:19:10 +02:00
parent 04df53a17a
commit 42d06dfafd
2 changed files with 29 additions and 1 deletions
+3 -1
View File
@@ -85,7 +85,9 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
N = Noun ;
N2 = Noun ** { c : Prep } ;
N3 = Noun ** { c : Prep ; c2 : Prep } ;
PN = { s : Case => Str ; n : Number ; g : Gender } ;
PN, LN = { s : Case => Str ; n : Number ; g : Gender } ;
GN = { s : Str ; g : Sex } ;
SN = { s : Sex => Str ; pl : Str } ;
A2 = Adjective ** { c : Prep} ;
linref