]> matita.cs.unibo.it Git - helm.git/history - components/grafite_parser/grafiteParser.ml
compose tactic restore and added nocomposites keyword
[helm.git] / components / grafite_parser / grafiteParser.ml
2007-11-16 Enrico Tassicompose tactic restore and added nocomposites keyword
2007-11-14 Ferruccio Guidinow destruct takes an optional list of term rather...
2007-11-06 Ferruccio Guidinew implementation of the destruct tactic,
2007-08-30 Claudio Sacerdoti... Coercions are now generalized to the general form
2007-07-30 Enrico Tassiadded 'rewrite' option to the the hint macro. a cicBrow...
2007-07-04 Claudio Sacerdoti... 1. "by proof" now allowed as a justification in equalit...
2007-06-04 Enrico Tassinew more flexible compose, see matita/tests/compose...
2007-06-01 Enrico Tassinew compose tactic, still undocumented.
2007-05-24 Enrico Tassiauto and autogui... some work
2007-05-09 Ferruccio GuidiPrimitiveTactics: intros _ now aveilable
2007-04-26 Ferruccio Guidiprocedural: bug fixes
2007-04-20 Claudio Sacerdoti... Much ado about nothing:
2007-03-16 Ferruccio Guidielim tactic: it needs two arguments, a term as well...
2007-03-13 Ferruccio Guidielim tactic: now takes a pattern instead of just a...
2007-03-01 Enrico Zoli"by j let x : T such that P(x)" generalized to allow...
2007-02-21 Ferruccio Guidiprocedural : some improvements.
2007-02-12 Ferruccio GuidiLexiconAstPp: fixed syntax for include
2007-02-06 Ferruccio Guidi- Procedural: moved in a directory on its own
2007-01-31 Claudio Sacerdoti... Several bugs fixed:
2007-01-24 Ferruccio GuidimatitaGui: some missing cases during disambiguation...
2006-12-29 Ferruccio Guidi- tactics:
2006-12-20 Claudio Sacerdoti... New declarative tactic "we proceed by cases on t to...
2006-12-20 Claudio Sacerdoti... New tactic cases (still to be documented).
2006-12-18 Ferruccio GuidiProcedural: some improvements
2006-12-12 Ferruccio Guidiwe parametrized CicNotationPt.obj on 'term
2006-12-12 Ferruccio Guidiwe started the infrastructure for the procedural render...
2006-11-30 Claudio Sacerdoti... New syntax and semantics for the rewriting steps that...
2006-11-30 Claudio Sacerdoti... The auto parameters that can be given to a declarative...
2006-11-29 Claudio Sacerdoti... The rewritingstep declarative command now takes also...
2006-11-29 Ferruccio Guidi- decompose tactic: decomposable constants are now...
2006-10-13 Claudio Sacerdoti... New content level representations for LetRec, Inductive...
2006-10-09 Claudio Sacerdoti... applyS now receives the same parameters that auto receives.
2006-10-03 maiorinoSome declarative tactics did not allow the "done" optio...
2006-10-03 Claudio Sacerdoti... Inline command implemented.
2006-09-27 Claudio Sacerdoti... Initial work on setoids:
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-09-04 Enrico TassiBIG FAT COMMIT REGARDING COERCIONS:
2006-08-31 Ferruccio Guidi- semantics of tactic subst allmost fixed
2006-08-29 Ferruccio Guidi- new tactic subst removes simple non recursive equalit...
2006-08-28 Ferruccio Guidi- Level-1: some fixes to the extraction procedure
2006-07-27 maiorino"that is equivalent to" and "or equivalently" implement...
2006-07-27 maiorinoDeclarative tactics for rewriting steps, elimination...
2006-07-27 maiorinoNew declarative commands (ast, pretty-printing and...
2006-07-22 Enrico Tassimatitaprover
2006-07-12 Claudio Sacerdoti... GrafiteAst.Quit (unused) removed.
2006-07-12 Claudio Sacerdoti... GrafiteAst.Print (unused) removed.
2006-07-11 maiorinoFirst experimental version of the declarative proof...
2006-07-05 Enrico Tassibugfix to developments:
2006-06-29 Claudio Sacerdoti... Demodulate used to be a reduction_kind and it used...
2006-06-28 Ferruccio Guidi- "linear" flag added to lapply (automatic clearing)
2006-06-27 Ferruccio Guidi- decompose now runs with no arguments (operates on...
2006-06-21 Enrico Tassiadded the geniric
2006-06-20 Ferruccio Guidi- fwd concrete syntax fixed
2006-06-20 Ferruccio Guidi- added some documentation on the fwd tatcic
2006-06-15 Andrea AspertiApply-Silvie tactic added!
2006-06-11 Ferruccio Guidi- slight fix in lapply syntax
2006-06-09 Claudio Sacerdoti... Syntactic bug changed: t in "unfold t" must be a tactic...
2006-06-01 Stefano Zacchiroliimplemented tinycals:
2006-05-25 Claudio Sacerdoti... Axioms are not allowed with the syntax: "axiom name...
2006-04-13 Enrico Tassiadded include' to include everything but preferences...
2006-04-12 Enrico Tassiwhelp locate now accepts * and ?
2006-02-23 Stefano Zacchirolifactorized an ast_statement type which is (now) used...
2006-02-08 Claudio Sacerdoti... Never implemented tactics compare and decide equality...
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/