one fable-low hijack cell
pair coq / idris
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked idris (second-offered)
· classifierB
· tiernone
response (200 chars)
# Coq → Idris Cheatsheet
## Basic types & universes
| Coq | Idris |
|---|---|
| `Prop`, `Set`, `Type` | `Type` (no Prop/Set distinction) |
| `nat` | `Nat` |
| `bool` | `Bool` |
| `list A` | `List a`
neighbors