lean2/tests/lean/interactive/sync.input

10 lines
156 B
Text

SET
pp.notation false
VISIT simple.lean
WAIT
SYNC 3
import logic
definition id {A : Type} (a : A) := a
definition pr2 {A : Type} (a b : A) := b
WAIT
INFO 3