author | wenzelm |
Tue, 12 Sep 2006 17:12:51 +0200 | |
changeset 20518 | 9125f0d95449 |
parent 20517 | 86343f2386a8 |
child 20519 | d7ad1217c24a |
--- a/src/HOL/Real/HahnBanach/NormedSpace.thy Tue Sep 12 17:05:44 2006 +0200 +++ b/src/HOL/Real/HahnBanach/NormedSpace.thy Tue Sep 12 17:12:51 2006 +0200 @@ -15,6 +15,8 @@ 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>")