Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions classical/functions.v
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ Definition phant_inv aT rT (f : {inv aT >-> rT}) & phantom (_ -> _) f :=
Notation "f ^-1" := (@inv _ _ f%function) (only printing) : function_scope.
Notation "f ^-1" :=
(@phant_inv _ _ _ (Phantom (_ -> _) f%function)) : function_scope.
(* TODO: remove the following notations in fun_scope *)
Notation "f ^-1" := (@inv _ _ f%FUN) (only printing) : fun_scope.
Notation "f ^-1" := (@phant_inv _ _ _ (Phantom (_ -> _) f%FUN)) : fun_scope.

HB.structure Definition InvFun aT rT A B :=
{f of Inv aT rT f & isFun aT rT A B f}.
Expand Down
Loading