diff options
Diffstat (limited to 'next-lib/src/interlingua/CatIna.gf')
| -rw-r--r-- | next-lib/src/interlingua/CatIna.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/interlingua/CatIna.gf b/next-lib/src/interlingua/CatIna.gf index adfa365ea..2a463890d 100644 --- a/next-lib/src/interlingua/CatIna.gf +++ b/next-lib/src/interlingua/CatIna.gf @@ -27,7 +27,7 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in { -- Relative - RCl = {s : ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; + RCl = {s : Bool => ResIna.Tense => Anteriority => Polarity => Agr => Str ; c : Case} ; RP = {s : Case => Str; a : Agr} ; -- number for "tal que / tales que"; person for reflexives -- Verb |
