lean2/tests/lean/interactive/alias.input
2014-09-15 16:07:23 -07:00

15 lines
137 B
Text

VISIT alias.lean
SET
pp.notation false
REPLACE 1
import data.bool
WAIT
FINDP 1
tt
REPLACE 2
open bool
REPLACE 3
check tt
WAIT
FINDP 3
tt