]> 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 965086a3806a7cb7f368cd730452cd1fa0db0326..fa3717ee4e3259e09f7771d2d56b7527adfe28d5 100644 (file)
 
 (* $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