
8 Jan
2008
8 Jan
'08
7:03 p.m.
On Tue, 08 Jan 2008 18:59:22 -0500, Achim Schneider
Achim Schneider
wrote: Prelude> let y f = f $ y f Prelude> :t y y :: (b -> b) -> b
Just out of curiosity: Where the heck does 'a' hide?
Beg pardon? Are you referring to the type of y being described with 'b' instead of 'a'? Cheers, Brad Larsen