Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
neonsunset
10 days ago
|
parent
|
context
|
favorite
| on:
8 months of OCaml after 8 years of Haskell in prod...
The Haskell and F# examples above use partial application.
This also works:
let zeroCount = numbers |> Seq.filter ((=) 0) |> Seq.length
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This also works: