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/Data/Parsers.hs | |
| parent | 4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Data/Parsers.hs')
| -rw-r--r-- | src/GF/Data/Parsers.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/Data/Parsers.hs b/src/GF/Data/Parsers.hs index 234ddff90..357868217 100644 --- a/src/GF/Data/Parsers.hs +++ b/src/GF/Data/Parsers.hs @@ -1,15 +1,17 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) +-- Module : Parsers +-- Maintainer : Aarne Ranta +-- Stability : Almost Obsolete +-- Portability : Haskell 98 -- -- > CVS $Date $ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- some parser combinators a` la Wadler and Hutton +-- no longer used in many places in GF +-- (only used in EBNF.hs) ----------------------------------------------------------------------------- module Parsers where @@ -28,8 +30,6 @@ infixr 5 ..+ infixr 6 |> infixr 3 <<< --- some parser combinators a` la Wadler and Hutton --- no longer used in many places in GF type Parser a b = [a] -> [(b,[a])] |
