| ID | 33d4d391-5ebe-4ea5-9f72-ad01e3a98d2c |
|---|---|
| DeertopiaVisibility | public |
Agda
Agda is a dependently-typed functional programming language and theorem-prover.
Records
no-eta-equality
Record η-equality is most often disabled for one of two reasons:
for efficiency — η-equality slows down the type-checker; or
to print shorter normal forms in the goal display [cite:@amelia2025eta].
Unification
In Agda, unification of two terms is the process of deducing which variable substitutions, if any, must be applied to make two terms identical.
Levels
For and ,