one fable-low hijack cell
pair agda / reasonml
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked agda (first-offered)
· classifierA
· tiernone
response (200 chars)
# ReasonML → Agda Cheat Sheet
## Basic types
| ReasonML | Agda |
|---|---|
| `int` | `ℕ` / `Int` |
| `bool` | `Bool` |
| `string` | `String` |
| `list('a)` | `List A` |
| `option('a)` | `Maybe A` |
neighbors