added documentaion and missing paradigm functions

This commit is contained in:
Krasimir Angelov
2024-10-20 17:11:42 +02:00
parent 650076a867
commit bb7786af7c
6 changed files with 518 additions and 463 deletions

View File

@@ -78,6 +78,8 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in {
N2 = {s : Number => Str} ** {p2 : Str; c2 : Case} ;
N3 = {s : Number => Str} ** {p2,p3 : Str; c2,c3 : Case} ;
PN = {s : Str} ;
PN,LN = {s : Str} ;
GN = {s : Str ; g : Sex} ;
SN = {s : Sex => Str ; pl : Str} ;
}