src/Pure/ML_Bootstrap.thy
changeset 62930 51ac6bc389e8
parent 62902 3c0f53eae166
child 62944 3ee643c5ed00
equal deleted inserted replaced
62929:b92565f98206 62930:51ac6bc389e8
     7 theory ML_Bootstrap
     7 theory ML_Bootstrap
     8 imports Pure
     8 imports Pure
     9 begin
     9 begin
    10 
    10 
    11 setup \<open>Context.theory_map ML_Env.init_bootstrap\<close>
    11 setup \<open>Context.theory_map ML_Env.init_bootstrap\<close>
    12 SML_import \<open>structure Thread_Data = Thread_Data_Virtual\<close>
    12 
       
    13 SML_import \<open>
       
    14 structure Output_Primitives = Output_Primitives_Virtual;
       
    15 structure Thread_Data = Thread_Data_Virtual;
       
    16 \<close>
       
    17 
    13 setup \<open>Config.put_global ML_Env.SML_environment true\<close>
    18 setup \<open>Config.put_global ML_Env.SML_environment true\<close>
    14 
    19 
    15 end
    20 end