Commit 66fe1a4
refactor(WokeLang): prove value_eq_dec constructively via decide equality
Replace bare Axiom with a Theorem proved by decide equality:
- VInt: Z.eq_dec
- VFloat: Req_EM_T (from Coq.Reals.Reals via total_order_T — uses
classical real axioms already in scope, no new axioms introduced)
- VString/VOops: String.string_dec
- VBool: Bool.bool_dec
- VArray: list_eq_dec with recursive IH from decide equality
- VOkay: handled recursively by decide equality
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b52742a commit 66fe1a4
1 file changed
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
| |||
0 commit comments