Changeset 2319 for src/Main.hs
- Timestamp:
- 04/25/05 10:42:44 (4 years ago)
- svk:copy_cache_prev:
- 3850
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r2142 r2319 177 177 makeProper exp = case exp of 178 178 Val err@(VError _ _) -> fail $ pretty err 179 St atements stmts@((_,pos):_) | not (runOptSeparately opts) -> do179 Stmts stmts@((_,pos):_) | not (runOptSeparately opts) -> do 180 180 let withDump = stmts ++ [(Syn "dump" [], pos)] 181 return $ St atements withDump181 return $ Stmts withDump 182 182 _ | not (runOptSeparately opts) -> fail "Expected statements" 183 183 _ -> return exp
