_gt, _gt: syntax instead of consts;
authorwenzelm
Sat, 23 Apr 2005 19:49:16 +0200
changeset 15822 916b9df2ce9f
parent 15821 ac7ea72c463b
child 15823 d1001770af17
_gt, _gt: syntax instead of consts;
src/HOL/Orderings.thy
--- a/src/HOL/Orderings.thy	Sat Apr 23 19:49:08 2005 +0200
+++ b/src/HOL/Orderings.thy	Sat Apr 23 19:49:16 2005 +0200
@@ -39,7 +39,7 @@
 
 text{* Syntactic sugar: *}
 
-consts
+syntax
   "_gt" :: "'a::ord => 'a => bool"             (infixl ">" 50)
   "_ge" :: "'a::ord => 'a => bool"             (infixl ">=" 50)
 translations