Skip to content

Commit

Permalink
chore: canonicalize namespaces in tactic
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Mar 26, 2024
1 parent 121e9c7 commit 74cbc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSA/Core/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ macro "simp_peephole" "[" ts: Lean.Parser.Tactic.simpLemma,* "]" "at" ll:ident :
Int.ofNat_eq_coe, Nat.cast_zero, DerivedCtxt.snoc, DerivedCtxt.ofCtxt,
DerivedCtxt.ofCtxt_empty, Valuation.snoc_last,
Com.denote, Expr.denote, HVector.denote, Var.zero_eq_last, Var.succ_eq_toSnoc,
Ctxt.empty, Ctxt.empty_eq, Ctxt.snoc, Valuation.nil, Valuation.snoc_last,
Valuation.snoc_eval, Ctxt.ofList, Valuation.snoc_toSnoc,
Ctxt.empty, Ctxt.empty_eq, Ctxt.snoc, Ctxt.Valuation.nil, Ctxt.Valuation.snoc_last,
Ctxt.Valuation.snoc_eval, Ctxt.ofList, Ctxt.Valuation.snoc_toSnoc,
HVector.map, HVector.toPair, HVector.toTuple, OpDenote.denote, Expr.op_mk, Expr.args_mk,
DialectMorphism.mapOp, DialectMorphism.mapTy, List.map, Ctxt.snoc, List.map,
Function.comp, Valuation.ofPair, Valuation.ofHVector, Function.uncurry,
Expand Down

0 comments on commit 74cbc6e

Please sign in to comment.