lean2/tests/lean/interactive/auto_comp.input
2015-02-11 14:09:25 -08:00

15 lines
No EOL
233 B
Text

VISIT auto_comp.lean
SYNC 8
prelude
inductive nat := zero : nat, succ : nat → nat
inductive bool := ff, tt
namespace nat
inductive le : nat → nat → Type.{0} := refl : Π a, le a a
end nat
WAIT
FINDP 6
rec_on
FINDP 8
rec_on