simplified keyword setup
authorhaftmann
Thu, 28 Jun 2007 19:09:32 +0200
changeset 23511 7067f5e3670f
parent 23510 4521fead5609
child 23512 770e7f9f715b
simplified keyword setup
src/HOL/HOL.thy
--- a/src/HOL/HOL.thy	Wed Jun 27 12:41:36 2007 +0200
+++ b/src/HOL/HOL.thy	Thu Jun 28 19:09:32 2007 +0200
@@ -1630,7 +1630,7 @@
   bool true false not
 
 code_reserved OCaml
-  bool true false not
+  bool not
 
 
 text {* type prop *}