From: Claudio Sacerdoti Coen Date: Thu, 17 May 2012 11:40:37 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~1717 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bebf8987beb50f4bc0bd57af57983971102bddad;p=helm.git ... --- diff --git a/matita/components/ng_tactics/nnAuto.ml b/matita/components/ng_tactics/nnAuto.ml index 890f6c035..d492b1cb4 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 = NReferecne.hash + let hash = NReference.hash end;; module RefHash = Hashtbl.Make(RHT);;