Viewing profile — scooty-puff
scooty-puff
HN member- Joined
- Mon, Oct 03, 2011, 8:39 PM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About scooty-puff
No profile information was provided.
Recent public activity
-
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))
-
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…
-
comment
Comment #3068040
http://hpaste.org/52109 , in case one prefers to be more explicit.
-
comment
Comment #3067952
http://hpaste.org/52108