]> matita.cs.unibo.it Git - helm.git/history - components
The two coercions sym_eq e eq_f gives BIG TROUBLES when checking composition during
[helm.git] / components /
2006-10-09 Andrea AspertiFactorized "find_equalities" in demodulation_tac.
2006-10-06 Enrico Tassiresumed ol auto
2006-10-06 Claudio Sacerdoti... 1. some "try ... with _ " removed
2006-10-03 Enrico Tassicommented out are_convertible in is_identity
2006-10-03 maiorinoSome declarative tactics did not allow the "done" optio...
2006-10-03 Claudio Sacerdoti... Inline command implemented.
2006-10-03 Claudio Sacerdoti... Syntax of paramodulation parameters changed.
2006-10-03 Andrea AspertiChanged auto from implicit to option and renamed a...
2006-10-02 Enrico Tassirestored is_identity instead of is_weak_identity
2006-10-02 Enrico Tassiadded a subtle List.rev that makes the order of the...
2006-10-02 Enrico Tassiauto always uses the context (even if paramodulation...
2006-10-02 Enrico Tassireturns the right list of goals
2006-10-02 Enrico Tassi50 steps on goal are fine for irrat2
2006-10-02 Enrico Tassiremoved only made with the DB
2006-10-02 Enrico Tassirestored old (r6662) behaviour
2006-10-01 Enrico Tassiwhen use_only_paramod is true do not calculate the...
2006-09-29 Enrico Tassi2: is_identity -> is_weak_identity
2006-09-29 Enrico Tassifixed metaconvertibility that was completely wrong.
2006-09-29 Enrico Tassiremoved bad guard that was always false (assert false...
2006-09-29 Enrico Tassirenamed inference in founif that is more appropriate
2006-09-29 Enrico Tassiis_identity -> is_weak_identity
2006-09-29 Enrico Tassihack to make the Pp work (sometimes)
2006-09-29 Enrico Tassinew version of auto that is able to prove the irrationa...
2006-09-29 Enrico Tassiremoved a useless printing
2006-09-29 Enrico Tassiadded metas local context maction: ?n[...]
2006-09-28 Claudio Sacerdoti... Implemented topological sorting according to the depend...
2006-09-27 Enrico Tassiauto snapshot
2006-09-27 Claudio Sacerdoti... One less open helps understanding the code!
2006-09-27 Claudio Sacerdoti... More informative error message.
2006-09-27 Claudio Sacerdoti... Initial work on setoids:
2006-09-26 Claudio Sacerdoti... The precedence level is now an optional argument of...
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-09-25 Claudio Sacerdoti... Several bugs fixed in discriminate.
2006-09-25 Claudio Sacerdoti... Bug fixed: a number alias Num 0 now subsumes the case...
2006-09-22 Claudio Sacerdoti... Bug fixed: aliases for numbers were no longer handled...
2006-09-21 Enrico Tassiauto snapshot
2006-09-21 Enrico Tassisnapshot of queries for auto+paramod
2006-09-21 Enrico Tassiapply now uses both menv and subst to decide the fresh...
2006-09-21 Enrico Tassi"21" -> "Implicit found"
2006-09-20 Claudio Sacerdoti... Injection now clears all intermediate results introduced.
2006-09-20 Claudio Sacerdoti... 1. bug fixed: injection now performs recursion lifting...
2006-09-15 Claudio Sacerdoti... Yet another refinement error localized.
2006-09-15 Claudio Sacerdoti... Debugging code deactivated.
2006-09-14 Claudio Sacerdoti... 1. Stricter controls implemented in injection.
2006-09-14 Claudio Sacerdoti... Bug fixed in injection: lifting was not performed corre...
2006-09-14 Claudio Sacerdoti... 1. added a test for injection
2006-09-14 Claudio Sacerdoti... Bug fixed in pretty printing in new syntax of MutCases...
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: injection can now work on induc...
2006-09-13 Claudio Sacerdoti... 1. Some warnings about unused warning fixed (hopefully...
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: a missing lift bugged the tacti...
2006-09-12 Claudio Sacerdoti... Possible bug fixed (similar to the previous one, but...
2006-09-12 Claudio Sacerdoti... Bug fixed in the guarded_by_descructors function: in...
2006-09-08 Claudio Sacerdoti... Bug fixed: "by ... we proved ... that is equivalent...
2006-09-08 Claudio Sacerdoti... contentPp.ml (dead code) removed
2006-09-08 Claudio Sacerdoti... Dead code (that produces an ugly rendering) removed.
2006-09-05 Enrico Tassifixed coercions. composite can't occur if to funclass
2006-09-04 Enrico TassiBIG FAT COMMIT REGARDING COERCIONS:
2006-09-04 Enrico Tassino-indent
2006-09-04 Ferruccio Guidithe in clause of the match costruction was wrongly...
2006-09-04 Claudio Sacerdoti... Aliases are now wrote down even during the first pass.
2006-09-04 Andrea AspertiGeneration of inductive and inversion principles for...
2006-09-04 Andrea AspertiBug fixing. If the inductive types do not occur in...
2006-08-31 Ferruccio Guidi- semantics of tactic subst allmost fixed
2006-08-31 Ferruccio Guidifixing the semantics of subst
2006-08-29 Ferruccio Guidi- new tactic subst removes simple non recursive equalit...
2006-08-29 Claudio Sacerdoti... cic/test.ml moved to binaries/utilities
2006-08-29 Stefano Zacchiroli- bumped year
2006-08-28 Ferruccio Guidi- Level-1: some fixes to the extraction procedure
2006-08-27 Ferruccio Guidi- Level-1: added two problems
2006-08-26 Ferruccio Guidi- removed () around sorts
2006-08-26 Ferruccio Guidi- Unified : some definitions of unified \lambda...
2006-08-25 Ferruccio Guiditrying to make output notation parsable
2006-08-24 Ferruccio Guidi- new legature == for \equiv used in the notation for...
2006-08-01 Stefano Zacchiroli- added a label_of_uri function to easily change node...
2006-07-27 Claudio Sacerdoti... More debugging output on stderr.
2006-07-27 maiorinoAutomation enabled for declarative proofs. Cool.
2006-07-27 maiorino"that is equivalent to" and "or equivalently" implement...
2006-07-27 maiorinoAll the declarative tactics now have a more or less...
2006-07-27 maiorinoDeclarative tactics for rewriting steps, elimination...
2006-07-27 maiorinoNew declarative commands (ast, pretty-printing and...
2006-07-27 Claudio Sacerdoti... print_endline => prerr_endline
2006-07-26 Claudio Sacerdoti... Patch to the unification to make the case (i l) vs...
2006-07-26 Claudio Sacerdoti... Debug code commented out.
2006-07-26 Claudio Sacerdoti... Elim now performs whd to find the inductive type.
2006-07-26 Enrico Tassiorder is important
2006-07-24 Andrea AspertiBug fixed: a symbol alias Symb(s,0) now subsumes the...
2006-07-24 Claudio Sacerdoti... Disambiguation passes simplified.
2006-07-24 Stefano Zacchiroliuse the new graphviz pretty printer API
2006-07-24 Enrico Tassiadded timeout parameter to auto paramodulation.
2006-07-24 Enrico Tassimore work on matitaprover (no more XML and buris are...
2006-07-23 Enrico Tassisee BOO025-1 as an example of failure if (mot p) is...
2006-07-22 Enrico Tassimatitaprover
2006-07-21 Enrico Tassieta_fix default to false
2006-07-20 Claudio Sacerdoti... Revert of the previous situation: when an identifier...
2006-07-20 Enrico Tassitrans chains even inside letins body
2006-07-20 Stefano Zacchiroliavoid collapsing node that does not need to be, i.e.:
2006-07-20 Enrico Tassiremoved abstractios for dummy metavariables when genera...
2006-07-20 Stefano Zacchirolibugfix: proper computation of the amount of new node...
2006-07-19 Stefano ZacchiroliNew module to extract from the Db direct and inverse...
next