lean2/tests/lean/interactive/notation_info.input

8 lines
111 B
Text
Raw Normal View History

VISIT notation_info.lean
SYNC 4
import data.nat
open nat
notation `one` := (succ 0)
check one + one
WAIT
INFO 4