lean4-htt/old_tests/tests/lean/run/atomic_notation.lean
2018-04-10 12:56:55 -07:00

5 lines
93 B
Text

open nat
constant f : nat → nat
notation `o`:1 := (10:nat)
#check o + 1
#check f o + o + o