]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/ng_tactics/nTactics.ml
repeat_tac
[helm.git] / helm / software / components / ng_tactics / nTactics.ml
2009-07-08 Claudio Sacerdoti... repeat_tac
2009-06-25 Enrico Tassicode refactoring for paramodulation
2009-06-19 Claudio Sacerdoti... Good:
2009-06-18 Enrico Tassibetter exception handling
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-18 denesFixed wrong types in proof terms
2009-06-18 Claudio Sacerdoti... 1) grafiteWalker removed
2009-06-17 Claudio Sacerdoti... Initial implementation of statuses using objects in...
2009-06-16 Enrico Tassifirst proof reconstruction attempt, still bugged since it
2009-06-11 denesActive goals are now demodulated after selecting a...
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-16 Claudio Sacerdoti... Replaced long, bugged implementation of letin-tac with...
2009-04-16 Claudio Sacerdoti... ...
2009-04-14 Claudio Sacerdoti... Bug fixed in two lines + 5 lines of comment.
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-09 Enrico Tassi- change implemented in 4 lines
2009-04-09 Enrico Tassi- generalize finished
2009-04-09 Enrico Tassiminor fixes
2009-04-08 Claudio Sacerdoti... Just to make it compile again.
2009-04-08 Enrico Tassigeneralized is half-implemented (still broken)
2009-04-08 Enrico TassiAnalizyng the inductive type of the eliminated term and
2009-04-07 Claudio Sacerdoti... - nrewrite ((very?) rough implementation)
2009-04-07 Claudio Sacerdoti... - more progress towards generalize, but I am stuck now
2009-04-07 Enrico Tassi- select_tac honors the hypotheses pattern when require...
2009-04-06 Claudio Sacerdoti... New tactic clear; new syntax # _; to introduce and...
2009-04-06 Enrico Tassitactic cases works! delift clears tags
2009-04-06 Enrico Tassiunification:
2009-04-02 Enrico TassiNew file nTacStatus to:
2009-04-02 Enrico Tassiadded analyse_indty
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-30 Enrico Tassi...
2009-03-27 Enrico Tassimore comments
2009-03-27 Enrico Tassiexec and distribute implemented
2009-03-26 Enrico Tassinew apply almost there
2009-03-25 Enrico Tassinew tactics are almost ready