diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-09-26 21:55:53 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-09-26 21:55:53 +0000 |
| commit | b94cb32a04be23b96dcc8e0ecc1ce5e0dd49cd85 (patch) | |
| tree | 9adc0868802b7f83349fdd5313ebf7f2a96cea7f /src/GF | |
| parent | 890b4ca7e0e8d0466971a52218668eb4d6a73bf3 (diff) | |
disambiguate Err
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/Parsing/GFC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Parsing/GFC.hs b/src/GF/Parsing/GFC.hs index 2486efd81..8d9257ebc 100644 --- a/src/GF/Parsing/GFC.hs +++ b/src/GF/Parsing/GFC.hs @@ -72,7 +72,7 @@ parse :: String -- ^ parsing algorithm (mcfg or cfg) -> Ident.Ident -- ^ abstract module name -> CFCat -- ^ starting category -> [CFTok] -- ^ input tokens - -> Err [Grammar.Term] -- ^ resulting GF terms + -> GF.Data.Operations.Err [Grammar.Term] -- ^ resulting GF terms -- parsing via CFG |
