src/Pure/ML/ml_context.ML
changeset 27378 0968c0d0b969
parent 27359 54b5367a827a
child 27723 ce8f79b91ed1
--- a/src/Pure/ML/ml_context.ML	Sat Jun 28 15:17:24 2008 +0200
+++ b/src/Pure/ML/ml_context.ML	Sat Jun 28 15:17:26 2008 +0200
@@ -132,10 +132,10 @@
               NONE => error ("Unknown context -- cannot expand ML antiquotations" ^
                 Position.str_of pos)
             | SOME context => Context.proof_of context);
-      
+
           val lex = #1 (OuterKeyword.get_lexicons ());
           fun no_decl _ = ("", "");
-      
+
           fun expand (Antiquote.Text s) state = (K ("", Symbol.escape s), state)
             | expand (Antiquote.Antiq x) (scope, background) =
                 let
@@ -199,3 +199,4 @@
 
 structure Basic_ML_Context: BASIC_ML_CONTEXT = ML_Context;
 open Basic_ML_Context;
+