[ ghc-Bugs-434259 ] <<loop>>
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 18 Jun 2001 11:46:53 -0700
Bugs item #434259, was updated on 2001-06-18 11:46
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=434259&group_id=8032
Category: Compiler (Parser)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: <<loop>>
Initial Comment:
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
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=434259&group_id=8032