X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_exportation%2FcicExportation.mli;h=4d1c82c868ad19816e0a7c00142d7c54819f847c;hb=d862dbee70203011317c1b8be73bd446893b359b;hp=07c2b88455a0e3c069552ec48bda1e4919906bb6;hpb=d16f0f84149954af38ea8c05e750091635d1a130;p=helm.git diff --git a/helm/software/components/cic_exportation/cicExportation.mli b/helm/software/components/cic_exportation/cicExportation.mli index 07c2b8845..4d1c82c86 100644 --- a/helm/software/components/cic_exportation/cicExportation.mli +++ b/helm/software/components/cic_exportation/cicExportation.mli @@ -25,4 +25,5 @@ (* $Id: cicPp.ml 7413 2007-05-29 15:30:53Z tassi $ *) -val ppobj : Cic.obj -> string +(* ppobj current_module_uri obj *) +val ppobj : string -> Cic.obj -> string