]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/ng_tactics/nTactics.mli
new intro:
[helm.git] / helm / software / components / ng_tactics / nTactics.mli
2010-05-10 Enrico Tassinew intro:
2010-03-31 Claudio Sacerdoti... More debugging info from print_tac.
2010-03-17 Claudio Sacerdoti... OCaml's inferred type simplified.
2010-03-02 Wilmer RicciottiAdded syntax for ninversion tactic (still experimental).
2010-02-19 Andrea AspertiAdded an implicit parameter to branch_tac to allow...
2009-12-04 Andrea AspertiIndexing local context for paramod.
2009-11-27 Wilmer Ricciottindestruct now clears off identity equations whenever...
2009-11-16 Wilmer RicciottiImplementation of ndestruct tactic (including destructi...
2009-10-05 Enrico Tassiauto and auto_paramod are in nAuto
2009-09-30 Wilmer RicciottiAdded initial support for inversion principles in Matit...
2009-09-14 Claudio Sacerdoti... New tactics ncut and nlapply.
2009-09-11 Enrico Tassiconstructor accepts the arguments of the constructor...
2009-09-11 Enrico Tassinew tactic constructor: @[n]
2009-07-08 Claudio Sacerdoti... repeat_tac
2009-06-18 Claudio Sacerdoti... Objects are now used to represent also the tactic status.
2009-06-18 denesAdded ntry and nassumption tactics
2009-06-09 Enrico Tassi...
2009-06-05 denesFirst tests for paramodulation (pretty printer, unifica...
2009-05-18 Claudio Sacerdoti... 1) GrafiteAst.NEval => GrafiteAst.NReduce
2009-04-14 Claudio Sacerdoti... assert_tac now takes a list of sequents and also checks...
2009-04-14 Claudio Sacerdoti... New debugging tactic nassert:
2009-04-09 Enrico Tassiadded letin, still broken
2009-04-09 Enrico Tassinew tactic whd implemented
2009-04-08 Enrico Tassigeneralized is half-implemented (still broken)
2009-04-07 Claudio Sacerdoti... - nrewrite ((very?) rough implementation)
2009-04-06 Enrico Tassitactic cases works! delift clears tags
2009-04-02 Enrico TassiNew file nTacStatus to:
2009-04-01 Claudio Sacerdoti... New tactic "case1_tac" that make "intro" followed by...
2009-04-01 Claudio Sacerdoti... New tactic intro. Syntax: "# n".
2009-04-01 Enrico Tassiadded tentative elim
2009-04-01 Enrico Tassi1) mk_meta now returns also the index of the created...
2009-03-30 Enrico Tassitentative subst-sexpand and change
2009-03-27 Enrico Tassiexec and distribute implemented
2009-03-25 Enrico Tassinew tactics are almost ready