more conventional syntax const;
authorwenzelm
Sat, 05 Nov 2011 10:59:11 +0100
changeset 45343 873e9c0ca37d
parent 45342 5c760e1692b3
child 45344 e209da839ff4
child 45350 257d0b179f0d
more conventional syntax const;
src/HOL/Quotient_Examples/FSet.thy
--- a/src/HOL/Quotient_Examples/FSet.thy	Fri Nov 04 20:16:42 2011 +0100
+++ b/src/HOL/Quotient_Examples/FSet.thy	Sat Nov 05 10:59:11 2011 +0100
@@ -416,7 +416,7 @@
   is "Cons"
 
 syntax
-  "@Insert_fset"     :: "args => 'a fset"  ("{|(_)|}")
+  "_insert_fset"     :: "args => 'a fset"  ("{|(_)|}")
 
 translations
   "{|x, xs|}" == "CONST insert_fset x {|xs|}"