]> matita.cs.unibo.it Git - helm.git/commit
Partially restore the suppose tactic
authorAndrea Berlingieri <andrea.berlingieri@studio.unibo.it>
Thu, 14 Mar 2019 09:31:01 +0000 (10:31 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 27 Sep 2019 13:58:07 +0000 (15:58 +0200)
commit185541ccf10a6c4bf69b3db36fdc4ebc09e4cc42
treec02b2293667c22b5992406363729c5ccae14d4d8
parentb6ceb877c05d27705ef163488aee38e60a86886c
Partially restore the suppose tactic

Add a type for the suppose tactic in GrafiteAst

Add pretty printing code for the suppose tactic

Add a parsing rule for the suppose tactic in GrafiteParser

Add a call in to the suppose tactic in GrafiteEngine

Add code for the suppose tactic in Declarative

Add syntax highlight tag for the suppose tactic
matita/components/grafite/grafiteAst.ml
matita/components/grafite/grafiteAstPp.ml
matita/components/grafite_engine/grafiteEngine.ml
matita/components/grafite_parser/grafiteParser.ml
matita/components/ng_tactics/declarative.ml
matita/components/ng_tactics/declarative.mli
matita/matita/matita.lang