lean2/tests/lean/interactive/var.input

7 lines
92 B
Text
Raw Permalink Normal View History

VISIT foo.lean
SYNC 3
import data.prod
open prod
definition foo A := λB, A × B
WAIT
INFO 3