4 lines
108 B
Text
4 lines
108 B
Text
variable (f : α → β) (g : β → γ) (x : α)
|
||
infixr:90 " ∘' " => Function.comp
|
||
|
||
#check (g ∘' f) x
|