]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/ng_tactics
better nlet rec boxing
[helm.git] / helm / software / components / ng_tactics /
2009-10-02 Claudio Sacerdoti... ...
2009-10-01 Enrico Tassifixed the type of tactic_term, attributes were useless
2009-09-30 Claudio Sacerdoti... New datatype for metasenv/subst: full fledged attribute...
2009-09-30 Wilmer RicciottiAdded initial support for inversion principles in Matit...
2009-09-21 Enrico Tassihuge commit regarding universes:
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-09-10 Enrico Tassithe refiner was not checking that the resulting type
2009-09-09 Enrico Tassisome fixes here and there
2009-09-09 Enrico Tassidepends
2009-09-08 Enrico Tassisnapshot for CSC
2009-09-02 Enrico Tassido not fail if the inductive type is mutual, just do...
2009-09-01 Enrico Tassicatch wrapped exception
2009-08-13 Claudio Sacerdoti... Some quick patch to fix elimination that used to look for
2009-07-31 Claudio Sacerdoti... Record projections are now defined as fixpoints in...
2009-07-31 Claudio Sacerdoti... \ldots are now used in nelim and ncases
2009-07-30 Claudio Sacerdoti... napply now automatically inserts \ldots at the end
2009-07-28 Claudio Sacerdoti... Introduction of vectors of implicit (only for NG).
2009-07-24 Claudio Sacerdoti... Function to map NCic.term to CicNotationPt.term finished.
2009-07-22 Claudio Sacerdoti... leftno was List.length rights :-)
2009-07-21 Claudio Sacerdoti... Debugging code removed.
2009-07-21 Claudio Sacerdoti... Record projections are now automatically generated...
2009-07-20 Claudio Sacerdoti... nrewrite now uses the appropriate principle when going...
2009-07-20 Claudio Sacerdoti... 1) The NG kernel now accepts only usage of declared...
2009-07-17 Claudio Sacerdoti... nelim now uses the appropriate _rect_XXX elimination...
2009-07-17 Claudio Sacerdoti... More info to refine empty types elimination.
2009-07-17 Claudio Sacerdoti... Debugging code commented out.
2009-07-17 Claudio Sacerdoti... Bug fixed: singleton application.
2009-07-17 Claudio Sacerdoti... New suffixes for elimination principles:
2009-07-17 Claudio Sacerdoti... Generation of inductive principle for Type[0].
2009-07-15 Enrico Tassincopy partially implemented and fixed (a ?) chain to...
2009-07-09 Enrico Tassinew nrepeat (and block '('...')' ) tactical
2009-07-08 Claudio Sacerdoti... repeat_tac
2009-07-07 Claudio Sacerdoti... 1) Include files for NG were neither recursively proces...
2009-06-25 Ferruccio Guidi- some depend files :)
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-16 Claudio Sacerdoti... FIX OF THE PREVIOUS EXPERIMENTAL COMMIT:
2009-06-15 Enrico Tassihuge commit regarding the grafite_status:
2009-06-11 denesActive goals are now demodulated after selecting a...
2009-06-09 Enrico Tassi...
2009-06-09 Enrico Tassi...
2009-06-05 denesFirst tests for paramodulation (pretty printer, unifica...
2009-06-03 Claudio Sacerdoti... Huge commit with several changes:
2009-05-25 Enrico Tassinasty change in the lexer/parser:
2009-05-18 Enrico Tassiin the new kernel you can type Type[i] to mean Type_i...
2009-05-18 Claudio Sacerdoti... 1) GrafiteAst.NEval => GrafiteAst.NReduce
2009-05-18 Claudio Sacerdoti... 1) new tactic normalize (low-level function implemented in
2009-05-15 Claudio Sacerdoti... Patch to add a debugging string to HExtlib.split_nth...
2009-05-15 Claudio Sacerdoti... Cosmetic.
2009-05-14 Ferruccio Guidi- hExtlib: added debugging information for split_nth
2009-05-12 Claudio Sacerdoti... All weakly positive types but imbricated ones are now...
2009-05-12 Ferruccio Guidi- Procedural: we now reconstruct "let H := v in t"...
2009-05-11 Claudio Sacerdoti... - non_punctuational_tacticals ported to NG
2009-05-08 Claudio Sacerdoti... ...
2009-05-05 Enrico Tassi- pretty printer made robust in face of list_nth
2009-04-25 Claudio Sacerdoti... Apply subst implemented also for Fixpoints.
2009-04-24 Claudio Sacerdoti... Quick&dirty implementation of neqd:
2009-04-16 Claudio Sacerdoti... Replaced long, bugged implementation of letin-tac with...
2009-04-16 Claudio Sacerdoti... Added ppterm.
2009-04-16 Claudio Sacerdoti... ...
2009-04-14 Ferruccio Guidiwe rebuilt the dependences
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-07 Enrico Tassiselect honors the substitution
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 Tassi...
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
next