forked from GitHub/gf-rgl
(Est) Remove param SType from Cl
unnecessary apram, can form question by adding string "kas" when needed
This commit is contained in:
@@ -13,7 +13,7 @@ concrete CatEst of Cat = CommonX ** open HjkEst, ResEst, Prelude in {
|
||||
|
||||
-- Sentence
|
||||
|
||||
Cl = {s : ResEst.Tense => Anteriority => Polarity => SType => Str} ;
|
||||
Cl = {s : ResEst.Tense => Anteriority => Polarity => Str} ;
|
||||
ClSlash = {s : ResEst.Tense => Anteriority => Polarity => Str ; c2 : Compl} ;
|
||||
Imp = {s : Polarity => Agr => Str} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user