index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
evar_tactics.ml
Age
Commit message (
Expand
)
Author
2012-11-25
Monomorphization (tactics)
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
2012-08-08
Updating headers.
herbelin
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-05-29
locus.mli for occurrences+clauses, misctypes.mli for various little things
letouzey
2012-05-29
Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd
letouzey
2012-03-02
Noise for nothing
pboutill
2011-09-26
Moving implicit tactic support from Tacinterp to Pfedit and final evar
herbelin
2010-09-17
Fixed a problem introduced in r12607 after pattern_of_constr served
herbelin
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-06-22
Added Chung-Kil Hur's smart "pattern" tactic (h_resolve).
herbelin
2010-06-06
Added support for Ltac-matching terms with variables bound in the pattern
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-04-22
Here comes the commit, announced long ago, of the new tactic engine.
aspiwack
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-04-24
Fixing bug #2308 ("instantiate" tactic did not comply with
herbelin
2009-02-19
On remplace evar_map par evar_defs (seul evar_defs est désormais exporté
aspiwack
2008-09-12
Add a type argument to letin_tac instead of using casts and recomputing
msozeau
2008-07-17
Uniformisation du format des messages d'erreur (commencent par une
herbelin
2008-06-08
- Extension de "generalize" en "generalize c as id at occs".
herbelin
2008-02-04
Instantiation of evars after instantiate (closes #1672).
glondu
2007-05-29
Correction d'un bug dans l'affichage du message d'erreur real_clean
herbelin
2007-02-01
Suppression de code mort
notin
2006-09-20
Declarative Proof Language: main commit
corbinea
2006-04-28
Standardisation du nom des méthodes de Evd
herbelin
2006-01-16
- Tactic "assert" now accepts "as" intro patterns and "by" tactic clauses
herbelin
2005-12-02
Changement des named_context
gregoire
2004-09-15
hiding the meta_map in evar_defs
barras
2004-09-14
evar tactic bugfix
corbinea
2004-09-12
inclusion de meta_map dans evar_defs
barras
2004-09-08
unification encore...
barras
2004-08-03
Protection contre un indice d'evar égal à 0
herbelin
2004-07-16
Nouvelle en-tête
herbelin
2004-06-29
moved instantiate binding to extratactics
corbinea
2004-06-28
more evar stuff
corbinea