[ ghc-Bugs-434259 ] <<loop>>

noreply@sourceforge.net noreply@sourceforge.net
Tue, 28 Aug 2001 01:56:29 -0700


Bugs item #434259, was opened at 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
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




----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2001-08-28 01:56

Message:
Logged In: YES 
user_id=48280

The code fragment you gave isn't complete enough for us to 
reproduce the bug.  Could you provide a complete self 
contained example?  (and don't forget to include your GHC 
version and platform info, and your email address.)  Thanks.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=434259&group_id=8032