Quot/quotient_typ.ML
changeset 1155 5650924c69ed
parent 1152 fbaebf08c1bd
child 1162 6642df770bc4
--- a/Quot/quotient_typ.ML	Mon Feb 15 16:50:11 2010 +0100
+++ b/Quot/quotient_typ.ML	Mon Feb 15 17:02:26 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 "/"