1
0
forked from GitHub/gf-rgl

(Kor) Add inflection table to RCl and RS, change other funs accordingly

This commit is contained in:
Inari Listenmaa
2020-04-06 18:19:20 +02:00
parent ee3adec428
commit ac1501c942
6 changed files with 33 additions and 24 deletions

View File

@@ -321,7 +321,7 @@ oper
QClause : Type = Clause ;
RClause : Type = {s : Tense => Anteriority => Polarity => Str} ;
RClause : Type = Clause ;
Sentence : Type = {s : ClType => Str} ;