src/Pure/System/isabelle_process.ML
changeset 37191 beb9a8695263
parent 37186 349e9223c685
child 37216 3165bc303f66
equal deleted inserted replaced
37190:ea52509f4c42 37191:beb9a8695263
    91  (Unsynchronized.change print_mode
    91  (Unsynchronized.change print_mode
    92     (fold (update op =) [isabelle_processN, Keyword.keyword_status_reportN, Pretty.symbolicN]);
    92     (fold (update op =) [isabelle_processN, Keyword.keyword_status_reportN, Pretty.symbolicN]);
    93   setup_channels out |> init_message;
    93   setup_channels out |> init_message;
    94   Keyword.report ();
    94   Keyword.report ();
    95   Output.status (Markup.markup Markup.ready "");
    95   Output.status (Markup.markup Markup.ready "");
    96   Goal.parallel_proofs := 3;
       
    97   Isar.toplevel_loop {init = true, welcome = false, sync = true, secure = true});
    96   Isar.toplevel_loop {init = true, welcome = false, sync = true, secure = true});
    98 
    97 
    99 end;
    98 end;