one fable-low hijack cell
pair agda / coq
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked agda (first-offered)
· classifierA
· tiernone
response (200 chars)
# Agda → Coq: Translation Guide
## Core Concept Mapping
| Agda | Coq |
|------|-----|
| `Set` / `Set₁` | `Type` / `Set`, `Prop` |
| `data ... where` | `Inductive ... :=` |
| `record` | `Record` / `S
neighbors