lean2/tests/lean/interactive/sync.input

11 lines
156 B
Text
Raw Normal View History

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