Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
orbifold
on July 17, 2014
|
parent
|
context
|
favorite
| on:
Why We Use OCaml
Well (.) g f x = g (f x) in Haskell is just sugar for (.) g f = \x -> g (f x), which ultimately is turned into (.) = \g -> \f -> \x -> g (f x)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: