1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
peb
2004-06-10 14:37:43 +00:00
parent 48560dd867
commit 7cc1ecbbcf
5 changed files with 34 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ import Option
import Custom
import ShellState
import qualified ParseGFCviaCFG as N
import qualified ParseGFC as N
import Operations
@@ -71,7 +71,7 @@ trees2trms opts sg cn as ts0 info = do
ts1 <- return (map cf2trm0 ts0) ----- should not need annot
mapM (checkErr . (annotate gr) . trExp) ts1 ---- complicated; often fails
_ -> do
(ts1,ss) <- checkErr $ mapErr postParse ts0
(ts1,ss) <- checkErr $ mapErrN 10 postParse ts0
if null ts1 then raise ss else return ()
ts2 <- mapM (checkErr . annotate gr . refreshMetas [] . trExp) ts1 ----
if forgive then return ts2 else do