Viewing profile — mikeplus48
mikeplus48
HN member- Joined
- Sat, Mar 24, 2012, 4:44 AM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About mikeplus48
Recent public activity
-
comment
Comment #4927420
Start with the spelling. :) data GADT a where Constructor0 :: Field a -> Field b -> GADT (a, b) Constructor1 :: ... ...
-
comment
Comment #4924374
There's luakit, uzbl, surf and jumanji from the top of my head, but I don't think any of these have "full interoperability with the CLI". luakit is definitely my favourite as it ha…
-
comment
Comment #4386092
No, ghc produces statically linked binaries by default (-dynamic if you don't like that).
-
comment
Comment #4189289
You don't have to syntactically consume all of arguments of a function to write its body. f :: a -> Int -> Int -> Int f x = (+) There really isn't anything meaningful to do with a …
-
comment
Comment #4188192
I don't understand this point. If you have arguments x and y that you want to apply to this function, I don't see the problem in "using them directly". Function application in Hask…
- comment
-
comment
Comment #4028905
This gives me an idea for a scanf-like QuasiQuoter...
-
comment
Comment #4017410
I'm the author of this post, it was a joke. I said "For those who have no idea what they're doing 90% of the time when they are in bash" very sarcastically, but obviously this wasn…