src/Pure/ROOT.ML
changeset 51933 a60c6c90a447
parent 51606 2843cc095a57
child 51947 3301612c4893
equal deleted inserted replaced
51932:f196352201d6 51933:a60c6c90a447
   300 use "ProofGeneral/pgip_types.ML";
   300 use "ProofGeneral/pgip_types.ML";
   301 use "ProofGeneral/pgml.ML";
   301 use "ProofGeneral/pgml.ML";
   302 use "ProofGeneral/pgip_markup.ML";
   302 use "ProofGeneral/pgip_markup.ML";
   303 use "ProofGeneral/pgip_input.ML";
   303 use "ProofGeneral/pgip_input.ML";
   304 use "ProofGeneral/pgip_output.ML";
   304 use "ProofGeneral/pgip_output.ML";
   305 use "ProofGeneral/pgip.ML";
       
   306 
   305 
   307 use "ProofGeneral/pgip_isabelle.ML";
   306 use "ProofGeneral/pgip_isabelle.ML";
   308 
   307 
   309 (use
   308 (use
   310   |> Unsynchronized.setmp Proofterm.proofs 0
   309   |> Unsynchronized.setmp Proofterm.proofs 0
   346 Context.set_thread_data NONE;
   345 Context.set_thread_data NONE;
   347 structure Pure = struct val thy = Thy_Info.get_theory "Pure" end;
   346 structure Pure = struct val thy = Thy_Info.get_theory "Pure" end;
   348 
   347 
   349 toplevel_pp ["typ"] "Proof_Display.pp_typ Pure.thy";
   348 toplevel_pp ["typ"] "Proof_Display.pp_typ Pure.thy";
   350 
   349 
   351 use "ProofGeneral/pgip_tests.ML";
       
   352 
       
   353 
   350 
   354 (* ML toplevel commands *)
   351 (* ML toplevel commands *)
   355 
   352 
   356 fun use name = Toplevel.program (fn () => Thy_Load.use_ml (Path.explode name));
   353 fun use name = Toplevel.program (fn () => Thy_Load.use_ml (Path.explode name));
   357 
   354