Commit 23d7a87
Promote Substitution to its own top-level module
The `HasVars`/`HasSubst` typeclasses are independent of unification —
keeping them under `Unification/` understated their general role.
Move `Unification/Substitution.lean` to `Substitution/Basic.lean`
and update the two import sites (`LambdaLab.lean`,
`Unification/Term.lean`).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6e855ba commit 23d7a87
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments