diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-08 09:38:32 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-08 09:38:32 +0000 |
| commit | cbec29962e58f17ebe4f066e8268eac58dc8a5f7 (patch) | |
| tree | 8256dfd57b5ae2389595f2e3b7ae7935d86c2855 /examples/attempto/LexAttemptoSwe.gf | |
| parent | 4e921573f4ab33d955f895fcca60436e8b00ee78 (diff) | |
corrections in Attempto grammars
Diffstat (limited to 'examples/attempto/LexAttemptoSwe.gf')
| -rw-r--r-- | examples/attempto/LexAttemptoSwe.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/attempto/LexAttemptoSwe.gf b/examples/attempto/LexAttemptoSwe.gf index 59d8e4b21..04cf4398c 100644 --- a/examples/attempto/LexAttemptoSwe.gf +++ b/examples/attempto/LexAttemptoSwe.gf @@ -4,7 +4,7 @@ instance LexAttemptoSwe of LexAttempto = oper possible_A = mkA "möjlig" ; necessary_A = mkA "nödvändig" ; - own_A = mkA "egen" ; + own_A = mkA "egen" "eget" "egna" "egnare" "egnast" ; have_VV = must_VV ; provably_Adv = mkAdv "bevisbart" ; provable_A = mkA "bevisbar" ; |
