Type antiquotations do not use the bracket syntax by default any longer.
authornipkow
Wed, 02 Jul 2003 16:57:57 +0200
changeset 14086 a9be38579840
parent 14085 8dc3e532959a
child 14087 cb07c3948668
Type antiquotations do not use the bracket syntax by default any longer.
src/Pure/Syntax/type_ext.ML
--- a/src/Pure/Syntax/type_ext.ML	Tue Jul 01 10:50:26 2003 +0200
+++ b/src/Pure/Syntax/type_ext.ML	Wed Jul 02 16:57:57 2003 +0200
@@ -136,7 +136,7 @@
 fun no_type_brackets () =
   Library.find_first (equal type_bracketsN orf equal no_type_bracketsN)
                      (! print_mode)
-  = Some no_type_bracketsN;
+  <> Some type_bracketsN;
 
 
 (* parse ast translations *)