2 Dec 2002 10:08
[ ghc-Bugs-646201 ] ghc-5.04: panic! ... tySplitTyConApp ...
<noreply <at> sourceforge.net>
2002-12-02 09:08:53 GMT
2002-12-02 09:08:53 GMT
Bugs item #646201, was opened at 2002-11-30 21:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=646201&group_id=8032 Category: Compiler Group: 5.04.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Markus Lauer (mlauer) Assigned to: Nobody/Anonymous (nobody) Summary: ghc-5.04: panic! ... tySplitTyConApp ... Initial Comment: compiling the below program with ghc -fglasgow-exts Main.hs gives the following error: ghc-5.04: panic! (the `impossible' happened, GHC version 5.04): tcSplitTyConApp forall x{-(Continue reading)r6S-} :: *. Main.L{-rr-} x{-r6S-} ----------------------------------------------------- -- Main.hs module Main where newtype FA c = FA (forall x . c x)
RSS Feed