X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FoCic2NCic.mli;h=7ee5cb11d2b73a8f9585892d597a506baed35dec;hb=298868e07163c21863d542136733d24bfbec2482;hp=bc58762a716d653b3d9b05917b35f5cd35375af3;hpb=a981dd18ae8ad9e9da79615fb80fe85dfe609f05;p=helm.git diff --git a/helm/software/components/ng_kernel/oCic2NCic.mli b/helm/software/components/ng_kernel/oCic2NCic.mli index bc58762a7..7ee5cb11d 100644 --- a/helm/software/components/ng_kernel/oCic2NCic.mli +++ b/helm/software/components/ng_kernel/oCic2NCic.mli @@ -1 +1,18 @@ -val convert_obj: UriManager.uri -> Cic.obj -> NCic.obj +(* + ||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