one fable-low hijack cell
pair agda / idris
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked idris (second-offered)
· classifierB
· tiernone
response (200 chars)
# Agda → Idris Cheat Sheet
## Basics
| Agda | Idris 2 |
|---|---|
| `module M where` | `module M` |
| `open import Data.Nat` | `import Data.Nat` |
| `Set` / `Set₁` | `Type` / `Type 1` |
| `{A : Set}
neighbors