]> matita.cs.unibo.it Git - helm.git/commit
Experimental enhancements to the ndestruct tactic. By using the syntax
authorWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 28 Jul 2010 15:44:09 +0000 (15:44 +0000)
committerWilmer Ricciotti <ricciott@cs.unibo.it>
Wed, 28 Jul 2010 15:44:09 +0000 (15:44 +0000)
commit8156d113837e31604dd91340f58c4dc8c155503a
tree4695123786ce1d15060b5640390f8cd24df1b709
parentd8ab88f926134731baa64f48c519289587c20261
Experimental enhancements to the ndestruct tactic. By using the syntax

ndestruct (e1 ... em) skip (H1 ... Hn)

the user can tell the tactic that
- only equations e1 ... em should be considered
- rewriting should happen only in hypotheses H1 ... Hn and in the goal

both "(e1 ... em)" and "skip (H1 ... Hn)" are optional parameters.
helm/software/components/grafite/grafiteAst.ml
helm/software/components/grafite/grafiteAstPp.ml
helm/software/components/grafite_engine/grafiteEngine.ml
helm/software/components/grafite_parser/grafiteParser.ml
helm/software/components/ng_tactics/nDestructTac.ml
helm/software/components/ng_tactics/nDestructTac.mli