diff options
| author | aarne <unknown> | 2005-05-31 11:47:51 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-31 11:47:51 +0000 |
| commit | d4c1a0f09da12c259cdf8e2bb374411f629bef2a (patch) | |
| tree | 27053f83e118561e11df5352316a61af2c6f0427 /src/GF/UseGrammar | |
| parent | 3a3342a0f96ba33d0df745b87f700b9998c86f4f (diff) | |
cf for restricted import; new API funs
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Parsing.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/UseGrammar/Parsing.hs b/src/GF/UseGrammar/Parsing.hs index bdf179987..7620bb4ab 100644 --- a/src/GF/UseGrammar/Parsing.hs +++ b/src/GF/UseGrammar/Parsing.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/11 10:28:16 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.23 $ +-- > CVS $Date: 2005/05/31 12:47:52 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.24 $ -- -- (Description of the module) ----------------------------------------------------------------------------- @@ -104,7 +104,7 @@ trees2trms opts sg cn as ts0 info = do ,checkWarn (unlines ("Raw CF trees:":(map prCFTree ts0))) >> return [] ] _ -> do - let num = optIntOrN opts flagRawtrees 99999 + let num = optIntOrN opts flagRawtrees 999999 let (ts01,rest) = splitAt num ts0 if null rest then return () else raise ("Warning: only" +++ show num +++ "raw parses out of" +++ |
