with
Failure _ -> assert false
;;
+
+let include_paths =
+ lazy (Helm_registry.get_list Helm_registry.string "matita.includes")
+;;
let rec interactive_loop () =
(* every loop is terminated by a terminator both on stdout and stderr *)
(List.find (fun (j,_,_) -> j=i) metasenv)
) open_goals))
| _ -> ()
- in
- let include_paths =
- Helm_registry.get_list Helm_registry.string "matita.includes"
in
run_script str
(MatitaEngine.eval_from_stream ~first_statement_only:true ~prompt:false
- ~include_paths ~watch_statuses) ;
+ ~include_paths:(Lazy.force include_paths) ~watch_statuses) ;
interactive_loop (Some (List.length !lexicon_status))
with
| GrafiteEngine.Macro (floc,_) ->