RE: Scanner Bugs

1999-06-14 Thread Simon Marlow
The new GHC lexer contains some small bugs: -- Foo.hs module Foo where forall :: Int forall = 1 -- Main.hs --- import Foo main :: IO () main = print forall

Scanner Bugs

1999-06-14 Thread Sven Panne
The new GHC lexer contains some small bugs: -- Foo.hs module Foo where forall :: Int forall = 1 -- Main.hs --- import Foo main :: IO () main = print forall