Quot/quotient_typ.ML
changeset 1160 8c65b39bda95
parent 1155 5650924c69ed
child 1162 6642df770bc4
--- a/Quot/quotient_typ.ML	Tue Feb 16 14:57:22 2010 +0100
+++ b/Quot/quotient_typ.ML	Tue Feb 16 14:57:39 2010 +0100
@@ -295,8 +295,8 @@
 in
 
 val quotspec_parser =
-    P.and_list1 ((P.type_args -- P.binding) -- P.opt_infix -- 
-       (P.$$$ "=" |-- P.typ) -- (P.$$$ "/" |-- P.term))
+  P.and_list1 ((P.type_args -- P.binding) -- P.opt_infix -- 
+    (P.$$$ "=" |-- P.typ) -- (P.$$$ "/" |-- P.term))
 end
 
 val _ = OuterKeyword.keyword "/"