diff options
| author | krasimir <krasimir@chalmers.se> | 2009-06-16 07:53:01 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-06-16 07:53:01 +0000 |
| commit | b442cde3bd01fb935c215446097592510cf8e713 (patch) | |
| tree | fe29c30f27b61ae935f3fa0e6c758c61b5b7cd16 /next-lib/src/interlingua/CatIna.gf | |
| parent | b2b4a7064b9fd1aec75c2b3127c36e0f8a5ee513 (diff) | |
reduce the number of variants in Interlingua
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 |
