|
RE: loop?: msg#00001lang.haskell.glasgow.bugs
http://haskell.cs.yale.edu/ghc/docs/latest/html/users_guide/bugs.html Regrettable, but documented. Simon | -----Original Message----- | From: Jon Fairbairn [mailto:Jon.Fairbairn@xxxxxxxxxxxx] | Sent: 03 March 2003 11:40 | To: GHC bugs | Subject: loop? | | The following module takes an inordinately long time to | compile in ghc[i] (5.04): | | module Y2 where | | -- define the Y combinator without using built in recursion | | data Y2 t = Recur (Y2 t -> (t -> t) -> t) | | y f = y2 (Recur y2) f | where y2:: Y2 t -> (t -> t) -> t | y2 (Recur y2') f = f (y2' (Recur y2') f) | -- | Jón Fairbairn Jon.Fairbairn@xxxxxxxxxxxx | 31 Chalmers Road jf@xxxxxxxxxxxx | Cambridge CB1 3SZ +44 1223 570179 (after 14:00 only, please!) | | | _______________________________________________ | Glasgow-haskell-bugs mailing list | Glasgow-haskell-bugs@xxxxxxxxxxx | http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | loop?, Jon Fairbairn |
|---|---|
| Next by Date: | 5.04.2: hp2ps -c no longer works, Julian Seward |
| Previous by Thread: | loop?, Jon Fairbairn |
| Next by Thread: | 5.04.2: hp2ps -c no longer works, Julian Seward |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |