merged
authorChristian Urban <urbanc@in.tum.de>
Mon, 15 Feb 2010 17:02:46 +0100
changeset 1156 a6fc645be6e2
parent 1155 5650924c69ed (diff)
parent 1154 368ec514aa34 (current diff)
child 1160 8c65b39bda95
child 1162 6642df770bc4
merged
--- a/Quot/quotient_typ.ML	Mon Feb 15 16:52:32 2010 +0100
+++ b/Quot/quotient_typ.ML	Mon Feb 15 17:02:46 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 "/"