From: Claudio Sacerdoti Coen Date: Thu, 17 May 2012 11:37:49 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~1718 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c2e786a05c7fca68e804c86d1e9e7dc848149170;p=helm.git ... --- diff --git a/matita/components/ng_tactics/nnAuto.ml b/matita/components/ng_tactics/nnAuto.ml index 25bc63761..890f6c035 100644 --- a/matita/components/ng_tactics/nnAuto.ml +++ b/matita/components/ng_tactics/nnAuto.ml @@ -28,7 +28,7 @@ module RHT = struct type t = NReference.reference let equal = NReference.eq let compare = NReference.compare - let hash = NReferece.hash + let hash = NReferecne.hash end;; module RefHash = Hashtbl.Make(RHT);;