Ticket #555 (closed bug: Fixed)
<<loop>>
Description
ghc -c -fglasgow-exts Typedecl.hs (and without flag)
ghc-5.00: panic! (the `impossible' happened, GHC
version 5.00):
<<loop>>
Please report it as a compiler bug to
glasgow-haskell-bugs@haskell.org,
or http://sourceforge.net/projects/ghc/.
data Val = .......
| Fun (Val -> TM Val)
type TM a = EnvT
( ST1 Record
( ST3 String
( MaybeT
( IdM)))) a
Change History
Note: See
TracTickets for help on using
tickets.
