if debug then
prerr_endline (do_indent () ^ "Trust: " ^ NUri.string_of_uri s))
;;
+
let mk_type n =
if n = 0 then
[false, NUri.uri_of_string ("cic:/matita/pts/Type.univ")]
[false, NUri.uri_of_string ("cic:/matita/pts/Type"^string_of_int n^".univ")]
;;
+let cprop = [false, NUri.uri_of_string ("cic:/matita/pts/CProp.univ")];;
+
let _ =
let do_old_logging = ref true in
HelmLogger.register_log_callback
prerr_endline "finished....";
let lll = List.sort compare (CicUniv.do_rank (get_graph ())) in
prerr_endline "caching objects";
+ NCicEnvironment.add_constraint true cprop (mk_type 0);
let _ =
let rec aux = function
| a::(b::_ as tl) ->