lean4-htt/tests/lean/run/atomic_notation.lean
2017-05-25 18:24:16 -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