Skip to content

Commit 02dc33b

Browse files
committed
last changes
1 parent 185ead1 commit 02dc33b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: src/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.lean

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ where
162162
| UInt16.toBitVec x => fvarId? x
163163
| UInt32.toBitVec x => fvarId? x
164164
| UInt64.toBitVec x => fvarId? x
165-
| USize.toBitVec x => fvarId? x
166165
| _ => none
167166
fvarId? (expr : Expr) : Option FVarId :=
168167
match expr with

Diff for: src/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ where
141141
return goal
142142

143143
/--
144-
Builds an expression of type: `System.Platform.numBits = const` from the hypotheses in the context
144+
Builds an expression of type: `const = System.Platform.numBits` from the hypotheses in the context
145145
if possible.
146146
-/
147147
findNumBitsEq (goal : MVarId) : MetaM (Option (Nat × Expr)) := do

0 commit comments

Comments
 (0)