fixed syntax clash with Real/RealVector
authorhuffman
Thu, 14 Sep 2006 19:18:10 +0200
changeset 20538 1c49d9f4410e
parent 20537 b6b49903db7e
child 20539 a7b2f90f698d
fixed syntax clash with Real/RealVector
src/HOL/Real/HahnBanach/NormedSpace.thy
--- a/src/HOL/Real/HahnBanach/NormedSpace.thy	Thu Sep 14 15:51:20 2006 +0200
+++ b/src/HOL/Real/HahnBanach/NormedSpace.thy	Thu Sep 14 19:18:10 2006 +0200
@@ -15,8 +15,6 @@
   definite, absolute homogenous and subadditive.
 *}
 
-no_syntax norm :: "'a::norm \<Rightarrow> real" ("\<parallel>_\<parallel>")   (* FIXME clash with Real/RealVector.thy *)
-
 locale norm_syntax =
   fixes norm :: "'a \<Rightarrow> real"    ("\<parallel>_\<parallel>")