lean4-htt/old_tests/tests/lean/run/1093.lean
2018-04-10 12:56:55 -07:00

8 lines
156 B
Text

open tactic nat
constant zadd (a : nat) : 0 + a = a
constant le.refl (a : nat) : a ≤ a
attribute [simp] zadd
example (a : nat) : 0 + a ≤ a :=
by simp