X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FnCicBlob.ml;h=b1f2cfa6f2d9cb4774a56c3e89862209759b8983;hb=3df31c02806eca83c63c14e6a89844f764c3e2cb;hp=be5158452065511f0169d3c9f7b2b38b36e9ba82;hpb=e2718488c73b2cdf20b26af46e80a11b91fac220;p=helm.git diff --git a/matita/components/ng_paramodulation/nCicBlob.ml b/matita/components/ng_paramodulation/nCicBlob.ml index be5158452..b1f2cfa6f 100644 --- a/matita/components/ng_paramodulation/nCicBlob.ml +++ b/matita/components/ng_paramodulation/nCicBlob.ml @@ -55,10 +55,10 @@ with type t = NCic.term and type input = NCic.term = struct | NReference.Fix(_,_,h) -> h | _ -> 0 -external old_hash_param : - int -> int -> 'a -> int = "caml_hash_univ_param" "noalloc";; + external old_hash_param : + int -> int -> 'a -> int = "caml_hash_univ_param" (*[@@noalloc]*);; -let old_hash = old_hash_param 10 100;; + let old_hash = old_hash_param 10 100;; let compare_refs (NReference.Ref (u1,r1)) (NReference.Ref (u2,r2)) = let x = height_of_ref r2 - height_of_ref r1 in