X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2Frt.ml;h=997bc2e3cc38bb1ec612e43b16119874d103fdc8;hb=dcdbb979433a61e2ef2842d96604098728824416;hp=cc4d5dd33e04e803bc0f4cd17ff1b2be408e77a2;hpb=3199f380051c1475c8e376f5cad44433044747e7;p=helm.git diff --git a/helm/software/components/ng_kernel/rt.ml b/helm/software/components/ng_kernel/rt.ml index cc4d5dd33..997bc2e3c 100644 --- a/helm/software/components/ng_kernel/rt.ml +++ b/helm/software/components/ng_kernel/rt.ml @@ -1,13 +1,24 @@ +(* + ||M|| This file is part of HELM, an Hypertextual, Electronic + ||A|| Library of Mathematics, developed at the Computer Science + ||T|| Department, University of Bologna, Italy. + ||I|| + ||T|| HELM is free software; you can redistribute it and/or + ||A|| modify it under the terms of the GNU General Public License + \ / version 2 or (at your option) any later version. + \ / This software is distributed as is, NO WARRANTY. + V_______________________________________________________________ *) + +(* $Id$ *) + let _ = Helm_registry.load_from "conf.xml"; - NCicPp.set_ppterm NCicPp.trivial_pp_term; + CicParser.impredicative_set := false; let u = UriManager.uri_of_string Sys.argv.(1) in let o, _ = CicEnvironment.get_obj CicUniv.oblivion_ugraph u in prerr_endline "VECCHIO"; prerr_endline (CicPp.ppobj o); let l = OCic2NCic.convert_obj u o in - (* fill the new env *) - let _ = NCicEnvironment.get_obj (NUri.nuri_of_ouri u) in prerr_endline "OGGETTI:........................................."; List.iter (fun o -> prerr_endline (NCicPp.ppobj o)) l; prerr_endline "/OGGETTI:.........................................";