]> matita.cs.unibo.it Git - helm.git/history - components
a. uniform mangement for context and library
[helm.git] / components /
2006-10-20 Andrea Aspertia. uniform mangement for context and library
2006-10-20 Andrea AspertiThe type of universe_of_goals has slightly changed...
2006-10-20 Andrea AspertiThis is only a temporary patch. The typecheker raises a
2006-10-20 Andrea AspertiThe function exists_a_meta has been modified to capture...
2006-10-20 Andrea AspertiNew function pack_coercion_metasenv, used in auto after...
2006-10-19 Claudio Sacerdoti... Bug fixed: when trying to insert coercions after an...
2006-10-19 Claudio Sacerdoti... Potential performance improvement + better disambiguati...
2006-10-18 Claudio Sacerdoti... Missing optimization implemented: before starting to...
2006-10-18 Claudio Sacerdoti... - Disambiguation error exception enriched with more...
2006-10-18 Claudio Sacerdoti... Bug fixed: the diff component of the exception raised...
2006-10-18 Claudio Sacerdoti... Disambiguation errors now carry more information (i...
2006-10-18 Claudio Sacerdoti... Too verbose error message (probably activated by Enrico...
2006-10-13 Claudio Sacerdoti... Content level representation of LetRec changed.
2006-10-13 Claudio Sacerdoti... Content level representation of LetRec changed.
2006-10-13 Claudio Sacerdoti... New content level representations for LetRec, Inductive...
2006-10-12 Enrico Tassicarr_of_term now returns Fun if a Prod is encountered
2006-10-12 Enrico Tassifixed defaultauto behaviour. not the cache is preserveed
2006-10-12 Enrico Tassitimeout if unspecfied should be set to infinity, not...
2006-10-12 Claudio Sacerdoti... The default for paramodulation is now back to false...
2006-10-12 Claudio Sacerdoti... Bug fixed: the conversion was done with the wront argum...
2006-10-11 Claudio Sacerdoti... My previous commit changed the regular timeout of param...
2006-10-10 Claudio Sacerdoti... Implemented:
2006-10-10 Claudio Sacerdoti... Sorry, bug introduced by me yesterday now fixed.
2006-10-09 Claudio Sacerdoti... Bugs fixed in merging of composite coercions. In partic...
2006-10-09 Claudio Sacerdoti... 1. applyS now uses its ~params
2006-10-09 Claudio Sacerdoti... applyS now receives the same parameters that auto receives.
2006-10-09 Andrea AspertiTheorems from the library and from the context are...
2006-10-09 Claudio Sacerdoti... Comments updated with new reflections.
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...
next