[ ghc-Bugs-1120098 ] ghc hangs during compilation
SourceForge.net
noreply at sourceforge.net
Thu Feb 10 10:29:53 EST 2005
Bugs item #1120098, was opened at 2005-02-10 07:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
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 <ThJaeger at gmail.com>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1120098&group_id=8032
More information about the Glasgow-haskell-bugs
mailing list