Skip to content

Commit

Permalink
chore: missing set_option grind.debug true
Browse files Browse the repository at this point in the history
  • Loading branch information
leodemoura committed Dec 24, 2024
1 parent 35d4d65 commit b6756fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lean/run/grind_canon_insts.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ elab "grind_test" : tactic => withMainContext do
let nodes ← filterENodes fun e => return e.self.isAppOf ``HMul.hMul
logInfo (nodes.toList.map (·.self))

set_option grind.debug true

class Semigroup (α : Type u) extends Mul α where
mul_assoc (a b c : α) : a * b * c = a * (b * c)

Expand Down

0 comments on commit b6756fd

Please sign in to comment.