lean4-htt/tests/lean/run/induction_on.lean

11 lines
131 B
Text

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