one fable-low hijack cell
pair coq / haskell
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked haskell (second-offered)
· classifierB
· tiernone
response (200 chars)
# Coq → Haskell: Translation Guide
## Basic Types & Definitions
| Coq | Haskell |
|---|---|
| `Definition x := 5.` | `x = 5` |
| `Inductive bool := true \| false.` | `data Bool = True \| False` |
|
neighbors