]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 17 May 2012 11:37:49 +0000 (11:37 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 17 May 2012 11:37:49 +0000 (11:37 +0000)
matita/components/ng_tactics/nnAuto.ml

index 25bc6376119ebcaff753212c7ba11aa4666ea929..890f6c0352a8849825bbfb5aed7c654451eecad9 100644 (file)
@@ -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);;