src/Pure/pure_setup.ML
changeset 37954 a2e73df0b1e0
parent 37949 48a874444164
child 38327 d6afb77b0f6d
--- a/src/Pure/pure_setup.ML	Sun Jul 25 14:41:48 2010 +0200
+++ b/src/Pure/pure_setup.ML	Sun Jul 25 21:42:39 2010 +0200
@@ -4,14 +4,16 @@
 Pure theory and ML toplevel setup.
 *)
 
-(* the Pure theories *)
+(* the Pure theory *)
 
 Context.>> (Context.map_theory
  (Outer_Syntax.process_file (Path.explode "Pure.thy") #>
   Theory.end_theory));
+
 structure Pure = struct val thy = ML_Context.the_global_context () end;
+
 Context.set_thread_data NONE;
-Thy_Info.register_theory Pure.thy;
+Thy_Info.register_thy Pure.thy;
 
 
 (* ML toplevel pretty printing *)