X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic_proof_checking%2FcicEnvironment.mli;h=e449ade4a83e4cceb6758d57bc26c03cd39ea813;hb=6a95acad523131e0775e703d5d4bfac756609fb0;hp=55566a614493de9ae8b872a0a9347d2cf6a37073;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/cic_proof_checking/cicEnvironment.mli b/helm/software/components/cic_proof_checking/cicEnvironment.mli index 55566a614..e449ade4a 100644 --- a/helm/software/components/cic_proof_checking/cicEnvironment.mli +++ b/helm/software/components/cic_proof_checking/cicEnvironment.mli @@ -133,4 +133,6 @@ val in_library: UriManager.uri -> bool (** total parsing time, only to benchmark the parser *) val total_parsing_time: float ref +val invalidate: unit -> unit + (* EOF *)