Internal error

"Iavor Diatchki" <[email protected]> Tue, 7 Mar 2006 10:57:55 -0800
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
Hello,
the following (erroneous) program generates an internal error,
in hugs (20060307), when started with flag -98.

> f m :: IO a -> IO a
>  = m

Output:
INTERNAL ERROR: findBtyvsInt
Please report this Hugs bug to [email protected]

-Iavor