diff options
| author | peb <unknown> | 2005-04-14 17:38:36 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-04-14 17:38:36 +0000 |
| commit | 5207c27bffd077f1ab322824b485fc6c92d554eb (patch) | |
| tree | f8a54bde5d80925f5590755859ad31c2e6f9ac3d /src/GF/Parsing/CFG.hs | |
| parent | f070a412a1256b39e60b3a819e18c61922a7fe79 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/CFG.hs')
| -rw-r--r-- | src/GF/Parsing/CFG.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Parsing/CFG.hs b/src/GF/Parsing/CFG.hs index 6af1de8ac..3133e8758 100644 --- a/src/GF/Parsing/CFG.hs +++ b/src/GF/Parsing/CFG.hs @@ -4,9 +4,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/11 13:52:51 $ +-- > CVS $Date: 2005/04/14 18:38:36 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- CFG parsing ----------------------------------------------------------------------------- @@ -24,7 +24,7 @@ import qualified GF.NewParsing.CFG.General as Gen ---------------------------------------------------------------------- -- parsing ---parseCF :: (Ord n, Ord c, Ord t) => String -> CFParser c n t +parseCF :: (Ord n, Ord c, Ord t) => String -> CFParser c n t parseCF "gb" = Gen.parse bottomup parseCF "gt" = Gen.parse topdown parseCF "ib" = Inc.parse (bottomup, noFilter) |
