
13 Nov
2002
13 Nov
'02
8:45 a.m.
Actually it's worse than that. This crashes: module Main where { import A; main = let {?p="test"} in putStrLn f; -- BUG: this crashes -- main = let {?p="test"} in putStrLn g; -- this works } -- Ashley Yakeley, Seattle WA