diff options
| author | peb <unknown> | 2005-02-09 11:46:54 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-09 11:46:54 +0000 |
| commit | a0d412986305d4b45e82afde62ea48f1b06edb9d (patch) | |
| tree | bca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/Canon/GFC.hs | |
| parent | 4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Canon/GFC.hs')
| -rw-r--r-- | src/GF/Canon/GFC.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GF/Canon/GFC.hs b/src/GF/Canon/GFC.hs index 5c6d8b6b6..81a9abc78 100644 --- a/src/GF/Canon/GFC.hs +++ b/src/GF/Canon/GFC.hs @@ -9,7 +9,7 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- canonical GF. AR 10\/9\/2002 -- 9\/5\/2003 -- 21\/9 ----------------------------------------------------------------------------- module GFC where @@ -26,8 +26,6 @@ import qualified Modules as M import Char --- canonical GF. AR 10/9/2002 -- 9/5/2003 -- 21/9 - type Context = [(Ident,Exp)] type CanonGrammar = M.MGrammar Ident Flag Info @@ -44,7 +42,7 @@ data Info = | AbsTrans A.Term | ResPar [ParDef] - | ResOper CType Term -- global constant + | ResOper CType Term -- ^ global constant | CncCat CType Term Printname | CncFun CIdent [ArgVar] Term Printname | AnyInd Bool Ident |
