Commit e3d1315
proof(coq): replace Axiom functional_extensionality with stdlib import
Remove the hand-rolled Axiom declaration and instead import
Coq.Logic.FunctionalExtensionality. All six Coq proof files
(filesystem_model, file_operations, file_content_operations,
copy_move_operations, symlink_operations, permission_operations,
rmo_operations) use `apply functional_extensionality`; they all
import filesystem_model, so the single import change propagates.
The stdlib version is the standard Coq axiom (fun_ext); this change
makes the axiom dependency explicit and auditable rather than a
locally-declared opaque Axiom.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b22071b commit e3d1315
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 264 | + | |
| 265 | + | |
0 commit comments