]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/doubleTypeInference.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_omdoc / doubleTypeInference.mli
index 20230e3bb0529ca2a36a0eb4ab94df8aa7d4cfe7..138aad83440bcb062b00e637ca8a93bbfdf3898e 100644 (file)
@@ -18,6 +18,7 @@ module CicHash :
   sig
     type 'a t
     val find : 'a t -> Cic.term -> 'a
+    val empty: unit -> 'a t
   end
 ;;