Live data from Hacker News

Viewing profile — scooty-puff

scooty-puff

HN member
Joined
Mon, Oct 03, 2011, 8:39 PM UTC
HN karma
7
Public activity
4 items

About scooty-puff

No profile information was provided.

Recent public activity

  1. comment
    Comment #3885714

    The problem is that the type would be expanded indefinitely: Map t (Map t (Map t ... Try: newtype MTree t = MTree (Map t (MTree t))

  2. comment
    Comment #3586613

    Does it hurt to have extra semi-colons? Maybe you have some empty statements. Does it hurt to have too few? Well, if you either do not know what you're doing, or someone maintainin…

  3. comment
    Comment #3068040

    http://hpaste.org/52109 , in case one prefers to be more explicit.

  4. comment
    Comment #3067952

    http://hpaste.org/52108