lean4-htt/tests/lean/run/induction_on.lean
2017-03-09 18:41:19 -08:00

11 lines
132 B
Text

set_option pp.all true
structure p1 :=
(x : nat)
#check @p1.induction_on
inductive p2
| mk : nat → p2
#check @p2.induction_on