5 lines
79 B
Text
5 lines
79 B
Text
constant f : Π {α : Type}, α → α → α
|
||
|
||
infix `**`:60 := f
|
||
|
||
#check (**)
|