lean4-htt/tests/lean/unfoldReduceMatch.lean
2022-05-09 06:35:40 -07:00

5 lines
95 B
Text

open Nat
example : Nat.add zero (succ n) = succ n := by
unfold Nat.add
trace_state
sorry