fix(library/algebra/function): remove notation that conflicts with top-level notation for dependent pairs
This commit is contained in:
parent
90da0290f4
commit
7e5fb3e493
1 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,5 @@ infixr ∘' := dcompose
|
||||||
infixl on := on_fun
|
infixl on := on_fun
|
||||||
infixr $ := app
|
infixr $ := app
|
||||||
notation f `-[` op `]-` g := combine f op g
|
notation f `-[` op `]-` g := combine f op g
|
||||||
-- Trick for using any binary function as infix operator
|
|
||||||
notation a `⟨` f `⟩` b := f a b
|
|
||||||
|
|
||||||
end function
|
end function
|
||||||
|
|
Loading…
Reference in a new issue