Commit c3b932f
refactor(agda): use stdlib Extensionality type for funext postulate
Replace the hand-rolled funext type with Extensionality lzero lzero from
Axiom.Extensionality.Propositional (already imported). The inline type was
redundant — the import existed but was unused. Now both mirror the Coq fix
(stdlib import replaces bare Axiom) applied to filesystem_model.v this session.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 794c568 commit c3b932f
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
| |||
0 commit comments