X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnnAuto.ml;fp=matita%2Fcomponents%2Fng_tactics%2FnnAuto.ml;h=d492b1cb41b3398f44be46b924931b832e8ea91c;hb=bebf8987beb50f4bc0bd57af57983971102bddad;hp=890f6c0352a8849825bbfb5aed7c654451eecad9;hpb=c2e786a05c7fca68e804c86d1e9e7dc848149170;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);;