one fable-low hijack cell
pair coq / sml
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked sml (second-offered)
· classifierB
· tiernone
response (200 chars)
# SML → Coq Translation Guide
## Basic Declarations
| SML | Coq |
|---|---|
| `val x = 5` | `Definition x := 5.` |
| `fun f x = x + 1` | `Definition f (x : nat) := x + 1.` |
| `fn x => x + 1` | `fun
neighbors