index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
equality.mli
Commit message (
Expand
)
Author
Age
*
Lazy interpretation of patterns so that expressions such as "intros H H'/H"
Hugo Herbelin
2014-08-18
*
Adding a new intro-pattern for "apply in" on the fly. Using syntax
Hugo Herbelin
2014-08-18
*
Slight simplification of naming of tactics in equality.ml (hopefully).
Hugo Herbelin
2014-08-18
*
Experimentally adding an option for automatically erasing an
Hugo Herbelin
2014-08-05
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-23
*
Removing tactic compatibility layer in Equality.
Pierre-Marie Pédrot
2014-03-26
*
Moving some tactic code to the new engine.
Pierre-Marie Pédrot
2014-03-26
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Clean up a warning.
aspiwack
2013-11-02
*
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-11-02
*
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-07-09
*
Making the behavior of "injection ... as ..." more natural:
herbelin
2013-06-02
*
Use the Hook module here and there.
ppedrot
2013-05-12
*
Merging Context and Sign.
ppedrot
2013-04-29
*
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-29
*
Modulification of identifier
ppedrot
2012-12-14
*
Updating headers.
herbelin
2012-08-08
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
remove many excessive open Util & Errors in mli's
letouzey
2012-05-29
*
locus.mli for occurrences+clauses, misctypes.mli for various little things
letouzey
2012-05-29
*
Noise for nothing
pboutill
2012-03-02
*
Relaxed the constraint introduced in r14190 that froze the existing
herbelin
2011-06-18
*
Rename rawterm.ml into glob_term.ml
glondu
2010-12-23
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Improved the efficiency of evars traverals thanks to a split of
herbelin
2010-05-13
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
Safer, though ad hoc, approach to re-interpretation of the argument of
herbelin
2009-12-28
*
Generic support for open terms in tactics
herbelin
2009-12-21
*
adding an option functional_induction_rewrite_dependent to make functional in...
jforest
2009-12-16
*
Updated compatibility for rewriting equality proofs that are dependent
herbelin
2009-12-12
*
Promote evar_defs to evar_map (in Evd)
glondu
2009-11-11
*
Restructuration of command.ml + generic infrastructure for inductive schemes
herbelin
2009-11-08
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
Fix the bug-ridden code used to choose leibniz or generalized
msozeau
2009-09-08
*
Move out JMeq of subst for compatibility (it affects e.g. the
herbelin
2009-08-06
*
Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"
letouzey
2009-07-24
*
Add new variants of [rewrite] and [autorewrite] which differ in the
msozeau
2009-06-30
*
Some dead code removal + cleanups
letouzey
2009-04-08
*
Port [rewrite] tactics to open terms. Currently no check that evars
msozeau
2008-11-05
*
Évolutions diverses et variées.
herbelin
2008-08-04
*
Even better test for choosing rewrite or setoid_rewrite.
msozeau
2008-07-26
*
- Implantation de la suggestion 1873 sur discriminate. Au final,
herbelin
2008-06-21
*
- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)
herbelin
2008-06-10
*
Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.
msozeau
2008-04-12
*
Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As part
msozeau
2008-03-07
*
Plug the new setoid implemtation in, leaving the original one commented
msozeau
2008-03-06
*
Rework on rich forms of rewrite
letouzey
2008-03-01
*
Adding a syntax for "n-ary" rewrite:
letouzey
2007-07-06
[next]