Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Grosser <[email protected]>
  • Loading branch information
bollu and tobiasgrosser authored Oct 9, 2024
1 parent 07fee42 commit a2ba6ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Lean/Elab/Tactic/BVAckermannize.lean
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def introDefExt (g : MVarId) (name : Name) (hdefTy : Expr) (hdefVal : Expr) : Ac
private def _insertCallVal (fn : Function) (args : ArgumentList) (cv : CallVal) : AckM Unit := do
let calls ← getCallMap fn
modify fun s => { s with fn2args2call := s.fn2args2call.insert fn (calls.insert args cv) }


/--
Replace a call to the function `f` with an `fvar`. Since the `fvar` is defeq to the call,
Expand Down

0 comments on commit a2ba6ca

Please sign in to comment.