]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/cic_unification/cicRefine.ml
Patch to add a debugging string to HExtlib.split_nth reverted
[helm.git] / helm / software / components / cic_unification / cicRefine.ml
2009-05-15 Claudio Sacerdoti... Patch to add a debugging string to HExtlib.split_nth...
2009-05-14 Ferruccio Guidi- hExtlib: added debugging information for split_nth
2009-04-28 Enrico Tassihuge commit in automation:
2009-01-26 Enrico Tassiadded a number to identical error messages to ease...
2009-01-15 Enrico Tassiunvariant also for coercions to funclass
2009-01-15 Enrico Tassicoercions that are marked as variant are unfolded when...
2009-01-13 Enrico Tassimany changes regarding coercions:
2008-12-24 Enrico Tassibug fixed, all convertible was called without a metasenv
2008-12-19 Enrico Tassiidentity coercions are not really inserted, just used...
2008-12-18 Claudio Sacerdoti... Stupid bug fixed: checkin the type in place of the...
2008-12-18 Claudio Sacerdoti... Now it compiles again.
2008-12-18 Claudio Sacerdoti... Refinement of axioms fixed. We did not check that the...
2008-12-15 Enrico TassiTo check if a term is type, do a whd of its sort before...
2008-11-28 Ferruccio Guiding_disambiguation ng_kernel ng_refiner disambiguation...
2008-11-15 Enrico Tassimissing subst added, now apply rule is probably enough...
2008-11-15 Enrico Tassidisambiguation can use a goal as hint for the expected...
2008-09-18 Claudio Sacerdoti... In case of coercion to Prod, the error message shown...
2008-07-15 Enrico TassiCProp_i <= Type_i , Type_i <= CProp_i
2008-07-10 Enrico Tassifixed regression in casting an argument to funclass...
2008-07-09 Enrico TassiCProp hierarchy fixed:
2008-07-07 Enrico Tassisimplified coercDb implementation with additional info...
2008-06-13 Enrico Tassireplace assert false with AssertFailure
2008-06-11 Enrico Tassimeta not considered before in outtype
2008-05-30 Enrico TassiCProp hierarchy is there!
2008-05-29 Enrico Tassithe type of the match was obtained reducing the outtype
2008-05-18 Enrico Tassiusing the right names in the context to check match...
2008-05-18 Claudio Sacerdoti... This commit avoids cleaning dummy dependent types in...
2008-04-22 Enrico Tassioblivion ugraph everywhere outside the kernel
2008-04-17 Enrico Tassinew calculation of recursive parameters in guarded...
2008-03-11 Claudio Sacerdoti... Very experimental commit: the type of the source is...
2008-03-10 Claudio Sacerdoti... check_metasenv_consistency:
2007-12-04 Claudio Sacerdoti... Even if the error is not localized, it was not a good...
2007-12-04 Claudio Sacerdoti... Some terms are not localized from the very beginning :-(
2007-12-04 Claudio Sacerdoti... One more error localized. But the code is really ugly...
2007-11-28 Claudio Sacerdoti... Bug fixed: an unification exception used to escape...
2007-11-25 Claudio Sacerdoti... Bug fixed: an unification exception used to escape...
2007-11-23 Enrico Tassirestored the right context used to generate names....
2007-11-15 Enrico Tassiremoved ugly prerr_endline
2007-11-15 Enrico Tassiadded ~delta parameter to saturate_term and used it...
2007-10-26 Enrico Tassi...
2007-10-25 Claudio Sacerdoti... Bug fixed: a MutCase considering a wrong number of...
2007-10-25 Claudio Sacerdoti... Recently introduced bug fixed: error localization was...
2007-09-19 Enrico Tassicommented out pack coercion, since the code is not...
2007-09-09 Enrico Tassiin the case of coerce_to_sort the whd was done with...
2007-09-08 Enrico Tassihuge commit regarding coercions to funclass and eat_pro...
2007-09-07 Enrico Tassi1. fix_arity fixed: the code is totally wrong and this...
2007-09-07 Enrico Tassiwhen a coercion is passed through a case on right-param...
2007-09-07 Enrico Tassiooops, missing )
2007-09-07 Enrico Tassifixed propagation under Fix/Lambda/Case of coercions...
2007-09-06 Enrico Tassicoercions under Fix and Case. Code refactoring needed
2007-09-05 Claudio Sacerdoti... coercions are propagated under Fix (but not mutually...
2007-08-31 Enrico Tassifixed coercions between arrows when the arrow is dependent.
2007-08-30 Enrico Tassicaptured exception preserved (was replaced blindly...
2007-08-30 Enrico Tassirefactoring of all coercions code and add a check to...
2007-08-30 Enrico TassiCoercions rework:
2007-07-19 Enrico TassiCOERCIONS: tentative addition of an equivalence relatio...
2007-06-23 Enrico Tassiremoved ugly printings
2007-04-12 Enrico TassiHACK for indtype checking
2007-04-05 Enrico Tassimany printings added
2007-02-02 Claudio Sacerdoti... Serious bug fixed: the types of a real mutual fix defin...
2007-01-30 Claudio Sacerdoti... Behaviour of CicRefine.type_of_aux' on MutCases changed...
2007-01-02 Enrico Tassiadded oblivion_universe and used it in paxck_coercions
2006-12-28 Claudio Sacerdoti... Yet another localization error in eat_prods fixed.
2006-12-14 Claudio Sacerdoti... Huge commit:
2006-11-25 Enrico Tassiadded assertion (that is a TODO) in case non-considered...
2006-11-12 Claudio Sacerdoti... The pretty printers in CicPp now have an optional ...
2006-10-28 Claudio Sacerdoti... GRAVE BUG IN COERCIONS FIXED: the insertion of a coerci...
2006-10-25 Claudio Sacerdoti... 1. is_meta_closed should be applied only to terms on...
2006-10-23 Claudio Sacerdoti... Better (and more localized) error message for sort_of_prod.
2006-10-23 Claudio Sacerdoti... CicUniv.UniverseInconsistency is no handled correcly.
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-18 Claudio Sacerdoti... Too verbose error message (probably activated by Enrico...
2006-10-09 Claudio Sacerdoti... Bugs fixed in merging of composite coercions. In partic...
2006-10-06 Claudio Sacerdoti... 1. some "try ... with _ " removed
2006-09-15 Claudio Sacerdoti... Yet another refinement error localized.
2006-09-15 Claudio Sacerdoti... Debugging code deactivated.
2006-09-05 Enrico Tassifixed coercions. composite can't occur if to funclass
2006-09-04 Enrico TassiBIG FAT COMMIT REGARDING COERCIONS:
2006-07-10 Enrico Tassiimproved coercions support:
2006-05-26 Claudio Sacerdoti... Recently introduced bug in CicRefine.eat_prods fixed...
2006-05-26 Claudio Sacerdoti... Great optimization for eat_prods: if the type of the...
2006-04-26 Enrico Tassiadded a whd (nodelta) in the carr function used by...
2006-04-13 Claudio Sacerdoti... Ugly solution to the "we proved T that is equivalent...
2006-02-20 Claudio Sacerdoti... pack_coercion used to avoid packing n-ary coercions...
2006-02-20 Claudio Sacerdoti... Localization bug fixed.
2006-02-20 Claudio Sacerdoti... Bug fixed in pack_coercions_obj. The context of the...
2006-02-18 Claudio Sacerdoti... Bug fixed in insertion of parametric coercions.
2006-02-18 Claudio Sacerdoti... More refinement errors localized.
2006-02-18 Claudio Sacerdoti... More refinement errors localized.
2006-02-18 Claudio Sacerdoti... Bug fixed: the wrong exception was enriched, breaking...
2006-02-15 Enrico Tassiadded support for "polymorphic" coercions
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/