aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* 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
* setoid_replace E1 with E2Gravatar sacerdot2004-09-30
* * error messages improvedGravatar sacerdot2004-09-29
* Add Relation is now able to detect non well typed relation registrations.Gravatar sacerdot2004-09-29
* The Add Morphism command is now able to detect in advance:Gravatar sacerdot2004-09-29
* New syntaxGravatar sacerdot2004-09-29
* The Prod special case works only when the premise is of type Prop.Gravatar sacerdot2004-09-29
* 1. major code clean-up for the Prod caseGravatar sacerdot2004-09-29
* impl is a reflexive relation (it used to be areflexive).Gravatar sacerdot2004-09-29
* 1) bug fixed: new goals where compared according to the relation argumentsGravatar sacerdot2004-09-29
* The list of possible solutions proposed by the tactic cannot contain anyGravatar sacerdot2004-09-29
* Hugly temporary notationGravatar sacerdot2004-09-29
* The quoting function is now 100% complete.Gravatar sacerdot2004-09-29
* The quoting function is now almost complete (in the sense that it can findGravatar sacerdot2004-09-28
* The quoting function of the reflexive tactic is now sound: all the termsGravatar sacerdot2004-09-27
* corrected bug when lhs is matched w.r.t deltaGravatar barras2004-09-27
* - Prise en compte de Fail n (n>0) dans plusieurs cas qui avaientGravatar herbelin2004-09-25
* New: (temporary) concrete syntax to specify the morphism signature:Gravatar sacerdot2004-09-24
* Simplifications concommitantes à la correction du bug #855Gravatar herbelin2004-09-24
* Correction bug report #855Gravatar herbelin2004-09-24
* restructuration des printers: proofs passe avant parsingGravatar barras2004-09-17
* hiding the meta_map in evar_defsGravatar barras2004-09-15
* put empty_env in hint clause (vo were becoming huge!)Gravatar barras2004-09-15
* evar tactic bugfixGravatar corbinea2004-09-14
* * The ML tactic is now also aware of rewriting directions.Gravatar sacerdot2004-09-13
* The ML part of the tactic now knows about covariant and contravariant morphismGravatar sacerdot2004-09-13
* inclusion de meta_map dans evar_defsGravatar barras2004-09-12
* simplification de clenvGravatar barras2004-09-10
* Dead code removed.Gravatar sacerdot2004-09-10
* 1. add_new_morphism now has a new optional argument that is the signatureGravatar sacerdot2004-09-10
* add_new_morphism has now a new argument that is the signatureGravatar sacerdot2004-09-10