]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/oCic2NCic.mli
1) unification hint now takes NG terms (as it should have been from the very
[helm.git] / helm / software / components / ng_kernel / oCic2NCic.mli
index 3930caea2c2982f094832b8f434798b5c98846ad..fa3717ee4e3259e09f7771d2d56b7527adfe28d5 100644 (file)
@@ -1 +1,23 @@
-val convert_obj: UriManager.uri -> Cic.obj -> NCic.obj * NCic.obj list
+(*
+    ||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$ *)
+
+val nuri_of_ouri: UriManager.uri -> NUri.uri
+
+val reference_of_ouri: UriManager.uri -> NReference.spec -> NReference.reference
+
+val reference_of_oxuri: UriManager.uri -> NReference.reference
+
+val convert_obj: UriManager.uri -> Cic.obj -> NCic.obj list
+val convert_term: UriManager.uri -> Cic.term -> NCic.term * NCic.obj list
+
+val clear: unit -> unit