one fable-low hijack cell
pair ocaml / sml
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked ocaml (first-offered)
· classifierA
· tiernone
response (200 chars)
# OCaml → Standard ML Cheat Sheet
## Basics
| OCaml | SML |
|---|---|
| `let x = 5` | `val x = 5` |
| `let f x = x + 1` | `fun f x = x + 1` |
| `let rec f x = ...` | `fun f x = ...` (recursive by de
neighbors