X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2FdoubleTypeInference.mli;h=138aad83440bcb062b00e637ca8a93bbfdf3898e;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=20230e3bb0529ca2a36a0eb4ab94df8aa7d4cfe7;hpb=2e062d07e358eb95f0dcbec8fcdfbc2a4fb9ae1f;p=helm.git diff --git a/helm/ocaml/cic_omdoc/doubleTypeInference.mli b/helm/ocaml/cic_omdoc/doubleTypeInference.mli index 20230e3bb..138aad834 100644 --- a/helm/ocaml/cic_omdoc/doubleTypeInference.mli +++ b/helm/ocaml/cic_omdoc/doubleTypeInference.mli @@ -18,6 +18,7 @@ module CicHash : sig type 'a t val find : 'a t -> Cic.term -> 'a + val empty: unit -> 'a t end ;;