]> matita.cs.unibo.it Git - helm.git/commit
Partially restore the assume tactic
authorAndrea Berlingieri <andrea.berlingieri@studio.unibo.it>
Wed, 13 Mar 2019 22:18:13 +0000 (23:18 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 27 Sep 2019 13:58:07 +0000 (15:58 +0200)
commitb6ceb877c05d27705ef163488aee38e60a86886c
tree3dec34fd45fd7004e3f7a263225f9a38c1229e6b
parentbaa054dbb476c30576bf11b81246008a7de53462
Partially restore the assume tactic

Add a type for the assume tactic in GrafiteAst

Add pretty printing code for the assume tactic

Add a parsing rule for the assume tactic in GrafiteParser

Add a call in to the assume tactic in GrafiteEngine

Add a file for the declarative tactics to the ng_tactics module

Add code for the assume tactic in Declarative

Add syntax highlight tag for the assume tactic

Add the exact_tac signature to the interface file of nTactics
33 files changed:
matita/components/content/.depend.opt
matita/components/content_pres/.depend.opt
matita/components/disambiguation/.depend.opt
matita/components/extlib/.depend.opt
matita/components/getter/.depend.opt
matita/components/grafite/.depend.opt
matita/components/grafite/grafiteAst.ml
matita/components/grafite/grafiteAstPp.ml
matita/components/grafite_engine/.depend.opt
matita/components/grafite_engine/grafiteEngine.ml
matita/components/grafite_parser/.depend.opt
matita/components/grafite_parser/grafiteParser.ml
matita/components/library/.depend.opt
matita/components/logger/.depend.opt
matita/components/ng_cic_content/.depend.opt
matita/components/ng_disambiguation/.depend.opt
matita/components/ng_extraction/.depend.opt
matita/components/ng_kernel/.depend.opt
matita/components/ng_library/.depend.opt
matita/components/ng_paramodulation/.depend.opt
matita/components/ng_refiner/.depend.opt
matita/components/ng_tactics/.depend.opt
matita/components/ng_tactics/Makefile
matita/components/ng_tactics/declarative.ml [new file with mode: 0644]
matita/components/ng_tactics/declarative.mli [new file with mode: 0644]
matita/components/ng_tactics/nTactics.mli
matita/components/registry/.depend.opt
matita/components/syntax_extensions/.depend
matita/components/syntax_extensions/.depend.opt
matita/components/thread/.depend.opt
matita/components/xml/.depend.opt
matita/matita/.depend.opt
matita/matita/matita.lang