# HG changeset patch # User wenzelm # Date 1158073971 -7200 # Node ID 9125f0d9544946950644e333b9c315eea2a82fd6 # Parent 86343f2386a8d099bd5ff372924244122f06c3b4 no_syntax norm -- clash with Real/RealVector.thy; diff -r 86343f2386a8 -r 9125f0d95449 src/HOL/Real/HahnBanach/NormedSpace.thy --- 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 \ real" ("\_\") (* FIXME clash with Real/RealVector.thy *) + locale norm_syntax = fixes norm :: "'a \ real" ("\_\")