aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* Names.substitution (and related functions) and Term.subst_mps moved toGravatar sacerdot2004-11-16
* IMPORTANT COMMIT: constant is now an ADT (it used to be equal to kernel_name).Gravatar sacerdot2004-11-16
* Mise en conformité de Derive Inversion et Derive Dependent Inversion avec la...Gravatar herbelin2004-11-15
* Changement dans les boxed values .Gravatar gregoire2004-11-12
* Added code to get rid of duplicate rewriting rules.Gravatar sacerdot2004-10-28
* Ajout 'dependent rewrite in'Gravatar herbelin2004-10-28
* Factorisation cut_replacingGravatar herbelin2004-10-27
* Restructuration fonctions de réécriture depuis égalité dépendanteGravatar herbelin2004-10-27
* Restructuration fonctions de réécriture depuis égalité dépendante; facto...Gravatar herbelin2004-10-27
* Word "setoid" banned from the error messages. "relation" used instead.Gravatar sacerdot2004-10-25
* Missing check implemented (closes a bug from Bas Spitters).Gravatar sacerdot2004-10-25
* The morphism lemma type was simplified only in modules and not in moduleGravatar sacerdot2004-10-21
* Error message improved.Gravatar sacerdot2004-10-21
* COMMITED BYTECODE COMPILERGravatar barras2004-10-20
* The bug already closed in revision 1.90 was reintroduced again.Gravatar sacerdot2004-10-20
* Proof term size reduction (again).Gravatar sacerdot2004-10-19
* * Code simplification and clean-up. In particular there is no more codeGravatar sacerdot2004-10-18
* Code simplification and clean-up.Gravatar sacerdot2004-10-18
* The lem field was not computed properly for morphisms whose argument wasGravatar sacerdot2004-10-18
* The "lem" field of a morphism used to be the compatibility proof, but itGravatar sacerdot2004-10-18
* Bug fixed: relations quantified more than once where abstracted in the wrongGravatar sacerdot2004-10-18
* More informative error message when the tactic tries to generate a newGravatar sacerdot2004-10-18
* zeta flag added to reduce LetIns in a morphism type. Morphisms with localGravatar sacerdot2004-10-18
* Wrong comment committed. The tactic behaves correctly only when theGravatar sacerdot2004-10-15
* Wish of Maggesi implemented: the type of the morphism compatibility lemmaGravatar sacerdot2004-10-15
* Bug fixed (reported by Maggesi): sometimes when the tactic had to generate newGravatar sacerdot2004-10-14
* Code clean-up.Gravatar sacerdot2004-10-14
* reflexivity, symmetry, symmetry ... in e transitivity now fall-backGravatar sacerdot2004-10-14
* Compatibilité de Hint Rewrite avec Write StateGravatar herbelin2004-10-13
* 'match term' now evaluates by default. Added 'lazy' keyword to delay the eval...Gravatar herbelin2004-10-11
* setoid_symmetry in ... implemented.Gravatar sacerdot2004-10-07
* New commandsGravatar sacerdot2004-10-07
* Now Print Setoids prints also the transitivity justification of transitiveGravatar sacerdot2004-10-07
* * New syntactic sugar: Add Relation ... transitivity proved by ...Gravatar sacerdot2004-10-06
* added transitivityGravatar barras2004-10-06
* Add Setoid now accepts also quantified setoids.Gravatar sacerdot2004-10-06
* * code clean upGravatar sacerdot2004-10-06
* Th unification procedure has been made a bit more complete by recording theGravatar sacerdot2004-10-06
* Leibniz equality is now a quantified relation.Gravatar sacerdot2004-10-06
* * code simplificationGravatar sacerdot2004-10-05
* * [ bug fixed ]: when a subterm (c x1 ... xn) it is checked whetherGravatar sacerdot2004-10-05
* * Bug fix: in case of non dependent implications the second argument wasGravatar sacerdot2004-10-05
* eq_constr replaced with a conversion test where possible.Gravatar sacerdot2004-10-01
* 1. added new parameter "as ..." to Add Setoid. Used to synthesize the nameGravatar sacerdot2004-10-01
* add_setoid has a new parameter used to synthesize the morphism name.Gravatar sacerdot2004-10-01
* The "Add Setoid" command now has a new argument "as name" that is usedGravatar sacerdot2004-10-01
* New tacticGravatar sacerdot2004-09-30
* New tactic [setoid_]rewrite ... in ... [generate side conditions ...].Gravatar sacerdot2004-09-30
* Proof term size optimization: setoid_rewrite H where H is an application ofGravatar sacerdot2004-09-30
* cutrewrite does not work with relations that are not Coq-like equalities.Gravatar sacerdot2004-09-30