aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-22Now, idtac closures use maps instead of association list.ppedrot
2013-06-22Fixing the semantics of the previous patch.ppedrot
2013-06-22Generalizing the use of maps instead of lists in the interpretationppedrot
2013-06-21Splitted up Genarg in four different levels:ppedrot
2013-06-21Cutting the dependency of Genarg in constr_expr, glob_constrppedrot
2013-06-21Revert "KEYID token makes parsing more robust in face of notations"gareuselesinge
2013-06-21Revert "parse "of" as KEYID "of""gareuselesinge
2013-06-19Moving wit_unit to Stdarg.ppedrot
2013-06-19Adding genarg printer to debugger.ppedrot
2013-06-19Fixing argument extension. Instead of qualified names, stringppedrot
2013-06-19- Keep the refinement of existing evars comming from unification with a rewri...msozeau
2013-06-19parse "of" as KEYID "of"gareuselesinge
2013-06-19KEYID token makes parsing more robust in face of notationsgareuselesinge
2013-06-18Proof-of-concept: moved four easy-to-handle generic arguments toppedrot
2013-06-18Removing the various glob/subst/interp registering functions forppedrot
2013-06-18Implementing a new interface for Genarg, with centralized datappedrot
2013-06-18Now glob_sign and interp_sign only depend on structures definedppedrot
2013-06-17Documenting a potential source of incompleteness in the ring tactic,amahboub
2013-06-14Exporting field f_debug (needed for Ssreflect).ppedrot
2013-06-14Using an "extra" Store.t field in interp_sign instead of dedicatedppedrot
2013-06-14When doing setoid_rewrite through rewrite, do resolution of classesmsozeau
2013-06-13Normalizing exception raised by tactic coercions.ppedrot
2013-06-12Moving coercion functions out of Tacinterp.ppedrot
2013-06-12Totally replaced ad-hoc tactic values by generic arguments. Nowppedrot
2013-06-12Added Genarg as generic argument type.ppedrot
2013-06-12Changing the type of Ltac values. Now they are toplevel genericppedrot
2013-06-12Fixing a Not_found and evar not found anomaly found in ATBR,msozeau
2013-06-12One more fix for rewrite: disallow resolving of the (partial) constraintsmsozeau
2013-06-10Hiding tactic value representations.ppedrot
2013-06-10Fix [setoid_rewrite] forgetting some evars that are produced when typecheckin...msozeau
2013-06-07Cleanup in rewrite.ml4, remove Evd.merge... replaced by an evars_reset_evd msozeau
2013-06-06Fixing bug #3030.ppedrot
2013-06-06Fixing #3056ppedrot
2013-06-06More comments in Genarg.ppedrot
2013-06-06Uniformizing generic argument types.ppedrot
2013-06-06Document changes and add missing documentation for Program options.msozeau
2013-06-06Add an option to shrink the context of program obligations to avoidmsozeau
2013-06-05Replacing lists by maps in matching interpretation.ppedrot
2013-06-05Use a Summary.ref for the tactic in tactic options for proper backtrackingmsozeau
2013-06-04Backtrack on unneeded change of interface for pose_metas_as_evars.msozeau
2013-06-04Start documenting new [rewrite_strat] tactic that applies rewritingmsozeau
2013-06-02A constructive proof of Fan theorem where paths are represented by predicates.herbelin
2013-06-02Making the behavior of "injection ... as ..." more natural:herbelin
2013-06-02Flags V8_4 for compatibility infrastructure.herbelin
2013-06-02Fixing a typo in the documentation of discriminate.herbelin
2013-06-02Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as anherbelin
2013-06-02Fixing buggy backtracking in "intros * pat" with failing "pat".herbelin
2013-06-02Modest protection against "injection" and co raising anomaly inherbelin
2013-05-30Removing a useless location in ltac trace mechanism.ppedrot
2013-05-30Do not compute fallback eagerly in Evarconvpboutill