id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
304,ghc hangs during compilation,nobody,nobody,"{{{
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@gmail.com>
}}}",bug,closed,normal,,Compiler (Type checker),None,None,,,,,,,,,,
