using (*)-syntax for partially applied infix is fine, contrary to ancient op-syntax
authorhaftmann
Fri, 14 Jun 2019 08:34:27 +0000
changeset 70335 9bd8c16b6627
parent 70334 bba46912379e
child 70336 559f45528804
using (*)-syntax for partially applied infix is fine, contrary to ancient op-syntax
src/HOL/Library/Perm.thy
--- a/src/HOL/Library/Perm.thy	Fri Jun 14 08:34:27 2019 +0000
+++ b/src/HOL/Library/Perm.thy	Fri Jun 14 08:34:27 2019 +0000
@@ -27,7 +27,6 @@
 setup_lifting type_definition_perm
 
 notation "apply" (infixl "\<langle>$\<rangle>" 999)
-no_notation "apply" ("(\<langle>$\<rangle>)")
 
 lemma bij_apply [simp]:
   "bij (apply f)"
@@ -804,7 +803,6 @@
   notation swap       ("\<langle>_\<leftrightarrow>_\<rangle>")
   notation cycle      ("\<langle>_\<rangle>")
   notation "apply"    (infixl "\<langle>$\<rangle>" 999)
-  no_notation "apply" ("(\<langle>$\<rangle>)")
 end
 
 unbundle no_permutation_syntax