one fable-low hijack cell
pair haskell / ocaml
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# Haskell → OCaml Cheat Sheet
## Basics
| Haskell | OCaml |
|---|---|
| `x :: Int` | `(x : int)` |
| `let x = 5 in ...` | `let x = 5 in ...` |
| `\x -> x + 1` | `fun x -> x + 1` |
| `f x y` | `f x y
neighbors