X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicEnvironment.ml;h=9d93c443e44479248c793cac425ed9427801c332;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=5d4261c90a68a957697652ba6a7daf21fdc24844;hpb=20dacdd66818f115aab029824b7408c0d4f804c4;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicEnvironment.ml b/helm/ocaml/cic_proof_checking/cicEnvironment.ml index 5d4261c90..9d93c443e 100644 --- a/helm/ocaml/cic_proof_checking/cicEnvironment.ml +++ b/helm/ocaml/cic_proof_checking/cicEnvironment.ml @@ -153,7 +153,7 @@ module Cache : with Not_found -> raise (CouldNotUnfreeze (UriManager.string_of_uri uri)) ;; - let find_cooked (uri,cookingsno)= CacheOfCookedObjects.find uri cookingsno;; + let find_cooked ~key:(uri,cookingsno)= CacheOfCookedObjects.find uri cookingsno;; end ;;