one fable-low hijack cell
pair elm / ocaml
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked ocaml (second-offered)
· classifierB
· tiernone
response (200 chars)
# Elm → OCaml Cheat Sheet
## Basic Syntax
| Elm | OCaml |
|---|---|
| `x = 5` | `let x = 5` |
| `add a b = a + b` | `let add a b = a + b` |
| `\x -> x + 1` | `fun x -> x + 1` |
| `-- comment` | `(*
neighbors