]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/rt.ml
"..." -> "\ldots" for implicit vectors
[helm.git] / helm / software / components / ng_kernel / rt.ml
index 89e863ffc27c095cd72c21b7f6c5f869daeeb819..997bc2e3cc38bb1ec612e43b16119874d103fdc8 100644 (file)
@@ -1,6 +1,19 @@
+(*
+    ||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";