]> matita.cs.unibo.it Git - helm.git/commitdiff
Fold must use replace with the = equality and not the physical == equality.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 15:48:48 +0000 (15:48 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 15:48:48 +0000 (15:48 +0000)
helm/gTopLevel/proofEngine.ml

index 42ee2c1609b9ab6d18a0f8bf30326c5cd326d930..695ef7a7fbe31669813e2b5bc2b9b1ffcd48a78a 100644 (file)
@@ -750,7 +750,7 @@ let fold term =
    (*CSC: ma si potrebbe ovviare al problema. Ma non credo *)
    (*CSC: che si guadagni nulla in fatto di efficienza.    *) 
    let replace = ProofEngineReduction.replace
-    ~equality:(==) ~what:term' ~with_what:term
+    ~equality:(=) ~what:term' ~with_what:term
    in
     let ty' = replace ty in
     let context' =