lean4-htt/tests/lean/run/grind_Poly_mul_0_bug.lean
Leonardo de Moura 6683d1eb91
chore: add module keyword to grind tests (#10036)
This PR also fixes missing `@[expose]` in grind support definitions.
2025-08-21 22:02:08 +00:00

8 lines
146 B
Text

module
open Int.Linear
def p : Poly := .add 1 1 <| .add 2 0 <| .num 3
/-- info: Int.Linear.Poly.num 0 -/
#guard_msgs (info) in
#eval p |>.mul 0