one fable-low hijack cell
pair agda / elm
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked elm (second-offered)
· classifierB
· tiernone
response (200 chars)
Here's a quick mapping from **Elm** to **Agda** concepts:
## Syntax comparison
**Type signatures**
```elm
-- Elm
add : Int -> Int -> Int
add x y = x + y
```
```agda
-- Agda
add : ℕ → ℕ → ℕ
add x y =
neighbors