lean2/tests/lean/interactive/var.input

7 lines
No EOL
92 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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