X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FoCic2NCic.mli;h=ddb1baa3d964b4d1a29d9aeb3e015ee36eaf1aea;hb=7bc72d8afaebb1d2070a26b07f9bf4242b648e2c;hp=05e13643c3d007b36b30844c2f86afd2b815145f;hpb=1859726f40a0a14c2e1b4f1b44041ce1e552f729;p=helm.git diff --git a/helm/software/components/ng_kernel/oCic2NCic.mli b/helm/software/components/ng_kernel/oCic2NCic.mli index 05e13643c..ddb1baa3d 100644 --- a/helm/software/components/ng_kernel/oCic2NCic.mli +++ b/helm/software/components/ng_kernel/oCic2NCic.mli @@ -1 +1,21 @@ +(* + ||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 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