lean4-htt/tests/lean/469.lean
2021-07-22 16:59:19 +02:00

4 lines
112 B
Text

notation "(+)" => HAdd.hAdd
#check ((+) : Nat -> Nat -> Nat)
#check ((+) 2 : Nat -> Nat)
#check ((+) 2 3 : Nat)