]> matita.cs.unibo.it Git - helm.git/commitdiff
* 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)
  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.


No differences found