--- a/src/Pure/Isar/interpretation.ML Sun Nov 15 10:51:22 2015 +0100
+++ b/src/Pure/Isar/interpretation.ML Sun Nov 15 10:52:51 2015 +0100
@@ -18,7 +18,7 @@
val global_interpretation: Expression.expression_i ->
term defines -> term rewrites -> theory -> Proof.state
val global_sublocale: string -> Expression.expression_i ->
- term defines -> term rewrites ->theory -> Proof.state
+ term defines -> term rewrites -> theory -> Proof.state
val global_sublocale_cmd: xstring * Position.T -> Expression.expression ->
string defines -> string rewrites -> theory -> Proof.state
val sublocale: Expression.expression_i ->