fix(library/algebra/function): remove notation that conflicts with top-level notation for dependent pairs

This commit is contained in:
Leonardo de Moura 2015-02-01 11:35:01 -08:00
parent 90da0290f4
commit 7e5fb3e493

View file

@ -45,7 +45,5 @@ infixr ∘' := dcompose
infixl on := on_fun
infixr $ := app
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