Merge
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Tue, 16 Feb 2010 14:57:39 +0100
changeset 1160 8c65b39bda95
parent 1159 3c6bee89d826 (current diff)
parent 1156 a6fc645be6e2 (diff)
child 1161 37d9cc4b8abf
Merge
--- 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 "/"