2-spaces rule (where it makes sense)
authorChristian Urban <urbanc@in.tum.de>
Mon, 15 Feb 2010 17:02:26 +0100
changeset 1155 5650924c69ed
parent 1152 fbaebf08c1bd
child 1156 a6fc645be6e2
2-spaces rule (where it makes sense)
Quot/quotient_typ.ML
--- 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 "/"