]> matita.cs.unibo.it Git - helm.git/commit
injection_tac and discriminate_tac now replaced by destruct_tac that
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Sep 2006 16:52:53 +0000 (16:52 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Sep 2006 16:52:53 +0000 (16:52 +0000)
commitccd1ec9a248921b2c81817b1a7f6f0a2f27d5c32
tree570ce39e2f62943f768031e85b54c8babb04821c
parent1e461f3fb714667cf97e593eef48781b0f2e9b7d
injection_tac and discriminate_tac now replaced by destruct_tac that
performs either injection or discrimination. In Coq destruct is called
"analyze equality".
helm/software/components/grafite/grafiteAst.ml
helm/software/components/grafite/grafiteAstPp.ml
helm/software/components/grafite_engine/grafiteEngine.ml
helm/software/components/grafite_parser/grafiteDisambiguate.ml
helm/software/components/grafite_parser/grafiteParser.ml
helm/software/matita/help/C/sec_tactics.xml
helm/software/matita/help/C/tactic_quickref.xml
helm/software/matita/matita.lang
helm/software/matita/tests/dependent_injection.ma [new file with mode: 0644]
helm/software/matita/tests/discriminate.ma
helm/software/matita/tests/injection.ma