diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-15 11:19:10 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-15 11:19:10 +0000 |
| commit | 3ff57f6184963acde7f3cc2dcf0638c0e819929a (patch) | |
| tree | e5c975ae99dd3e45f9a4e700658b39d9bf90e68f /next-lib/src/common/CommonX.gf | |
| parent | 6b4f9715e6acb87e05b8229bafd1f41d906e6409 (diff) | |
comparative adverbs generalized to cover more of Attempto
Diffstat (limited to 'next-lib/src/common/CommonX.gf')
| -rw-r--r-- | next-lib/src/common/CommonX.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/common/CommonX.gf b/next-lib/src/common/CommonX.gf index 9401e1ea5..5dcd7ce15 100644 --- a/next-lib/src/common/CommonX.gf +++ b/next-lib/src/common/CommonX.gf @@ -11,7 +11,7 @@ concrete CommonX of Common = open (R = ParamX) in { AdA = {s : Str} ; --lock_AdA : {}} ; AdN = {s : Str} ; --lock_AdN : {}} ; IAdv = {s : Str} ; --lock_IAdv : {}} ; - CAdv = {s : Str} ; --lock_CAdv : {}} ; + CAdv = {s,p : Str} ; --lock_CAdv : {}} ; PConj = {s : Str} ; --lock_PConj : {}} ; Temp = {s : Str ; t : R.Tense ; a : R.Anteriority} ; |
