Bugs item #1120098, was opened at 2005-02-10 15:29
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1120098&group_id=8032

Category: Compiler (Type checker)
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: ghc hangs during compilation

Initial Comment:
The following code causes both ghc-6.4.20050209 and
ghc-6.2.2 to hang during compilation.

newtype S = S { unS :: S -> S }

y :: S -> S
y (S f) = g (S g) where g h = f (unS h h)


Thomas J�ger <[EMAIL PROTECTED]>

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

>Comment By: Simon Marlow (simonmar)
Date: 2005-02-10 15:36

Message:
Logged In: YES 
user_id=48280

This is a known bug, see

http://www.haskell.org/ghc/docs/latest/html/users_guide/bugs.html

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1120098&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to