Skip to content
Snippets Groups Projects
Commit ab36e594 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-08-17 10:58:12 by simonm]

remove trace banners in output
parent a1b2c187
No related merge requests found
......@@ -21,8 +21,5 @@ main = do
hPutStr stderr file_cts
trace "hello, trace" $
catch (getEnv "__WURBLE__" >> return ()) (\ e -> error "hello, error\n")
Trace On:
hello, trace
Trace Off.
Fail: hello, error
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment