We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185ead1 commit 02dc33bCopy full SHA for 02dc33b
src/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.lean
@@ -162,7 +162,6 @@ where
162
| UInt16.toBitVec x => fvarId? x
163
| UInt32.toBitVec x => fvarId? x
164
| UInt64.toBitVec x => fvarId? x
165
- | USize.toBitVec x => fvarId? x
166
| _ => none
167
fvarId? (expr : Expr) : Option FVarId :=
168
match expr with
src/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.lean
@@ -141,7 +141,7 @@ where
141
return goal
142
143
/--
144
- Builds an expression of type: `System.Platform.numBits = const` from the hypotheses in the context
+ Builds an expression of type: `const = System.Platform.numBits` from the hypotheses in the context
145
if possible.
146
-/
147
findNumBitsEq (goal : MVarId) : MetaM (Option (Nat × Expr)) := do
0 commit comments