dropped superfluous inlining rule
authorhaftmann
Wed, 24 Oct 2007 07:19:53 +0200
changeset 25164 0fcb4775cbfb
parent 25163 f737a88a3248
child 25165 f3739a8da38f
dropped superfluous inlining rule
src/HOL/IntDef.thy
--- a/src/HOL/IntDef.thy	Wed Oct 24 07:19:52 2007 +0200
+++ b/src/HOL/IntDef.thy	Wed Oct 24 07:19:53 2007 +0200
@@ -384,7 +384,7 @@
 definition
   neg  :: "'a\<Colon>ordered_idom \<Rightarrow> bool"
 where
-  [code inline]: "neg Z \<longleftrightarrow> Z < 0"
+  "neg Z \<longleftrightarrow> Z < 0"
 
 definition (*for simplifying equalities*)
   iszero :: "'a\<Colon>semiring_1 \<Rightarrow> bool"