]> matita.cs.unibo.it Git - helm.git/commit
- ElimIntrosSimpl now implemented using tacticals. It becomes an
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 31 Oct 2002 14:09:52 +0000 (14:09 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 31 Oct 2002 14:09:52 +0000 (14:09 +0000)
commit3066e4dcb7270a5eb20020a91d45da9eb87e2f2e
tree46ea93e0ce3724c0085ac27cf0cb4bab8c4c1726
parentc63e930e342efe4205afb616564abae6350b3e38
- ElimIntrosSimpl now implemented using tacticals. It becomes an
  ElimSimplIntros (which does lambda-abstraction with the reduced type ;-(((
  To be fixed.
- reductionTactics now also have the usual interface for tactics
12 files changed:
helm/gTopLevel/.depend
helm/gTopLevel/Makefile
helm/gTopLevel/fourierR.ml
helm/gTopLevel/gTopLevel.ml
helm/gTopLevel/primitiveTactics.ml
helm/gTopLevel/primitiveTactics.mli
helm/gTopLevel/proofEngine.ml
helm/gTopLevel/proofEngine.mli
helm/gTopLevel/reductionTactics.ml [new file with mode: 0644]
helm/gTopLevel/reductionTactics.mli [new file with mode: 0644]
helm/gTopLevel/ring.ml
helm/gTopLevel/tacticals.ml