]> matita.cs.unibo.it Git - helm.git/commit
* Bug fixed: syntactic equality for CIC term (which was used in the Fold tactic)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 17:37:10 +0000 (17:37 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 17:37:10 +0000 (17:37 +0000)
commita86e50c2f080bd288d1a37b27fd4d0ea3044c5df
tree4941c5e21710dc216c6db5915f6b021dd86de999
parentb2aca35e823328d93ddc3f76a4c0af60a0c2bde8
* Bug fixed: syntactic equality for CIC term (which was used in the Fold tactic)
  is not the structural equality of Ocaml (i.e. '=') because of cooking
  numbers that can differ denoting the very same term. So a new function
  syntactic_equality has been added to proofEngineReduction.ml and it is now
  used for Fold.
helm/gTopLevel/proofEngine.ml
helm/gTopLevel/proofEngineReduction.ml