index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
/
g_ltac.ml4
Age
Commit message (
Expand
)
Author
2014-12-23
A global [gfail] tactic which works like [fail] except that it fails even if ...
Arnaud Spiwack
2014-12-23
Fix compilation error in some configurations.
Arnaud Spiwack
2014-12-19
Add a backtracking version of Ltac's [match].
Arnaud Spiwack
2014-12-12
Add Ltac syntax for the [tclIFCATCH] primitive.
Arnaud Spiwack
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-08
Removing the XML plugin.
Pierre-Marie Pédrot
2014-08-24
Removing a unused legacy parsing rule.
Pierre-Marie Pédrot
2014-08-18
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-05
Small refactoring: use [uconstr] instead of [constr] when relevant in grammar...
Arnaud Spiwack
2014-08-01
New tactical [> t1…tn] to apply tactics t1…tn to the corresponding goal.
Arnaud Spiwack
2014-08-01
Add [numgoal] to Ltac.
Arnaud Spiwack
2014-07-29
Small refactoring in Ltac parsing rules.
Arnaud Spiwack
2014-07-29
Allow [uconstr:c] as argument of a tactic.
Arnaud Spiwack
2014-07-29
Untyped terms in tactic: function [type_term c] to give a typed version of [c].
Arnaud Spiwack
2014-07-29
Untyped term in tactics: add an grammar entry to construct them.
Arnaud Spiwack
2014-07-24
Distinguish tactics t1;t2 and t1;[t2..].
Arnaud Spiwack
2014-07-13
Adding a "time" tactical for benchmarking purposes. In case the tactic
Hugo Herbelin
2014-07-07
Revert "time tac" (committed by mistake).
Hugo Herbelin
2014-07-07
time tac
Hugo Herbelin
2014-05-22
Removing useless use of metaids in tactic AST.
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-11-27
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-11-02
Adds an experimental exactly_once tactical.
aspiwack
2013-11-02
Adds a tactical once.
aspiwack
2013-11-02
Added the tactical "tac1 + tac2".
aspiwack
2013-06-27
Getting rid of IntroPatternArgType.
ppedrot
2013-06-27
Removing useless tactic arguments, and using generic arguments
ppedrot
2013-06-21
Revert "parse "of" as KEYID "of""
gareuselesinge
2013-06-19
parse "of" as KEYID "of"
gareuselesinge
2013-05-28
Setting "appcontext" as the default behaviour in Ltac matching.
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-10-04
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-01
Added a new tactical infoH tac, that displays the names of hypothesis created...
courtieu
2012-08-08
Updating headers.
herbelin
2012-07-19
Getting rid of the undocumented [complete] tactic, which was
ppedrot
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-05-30
Restore compatibility with camlp4 (some missing open Tok)
letouzey
2012-05-29
Migrate the grammar entry about "Ltac" into g_vernac.ml4.
letouzey
2012-05-29
simplification in deps of some g_*.ml4
letouzey
2012-05-29
New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr
letouzey
2012-05-29
Glob_term now mli-only, operations now in Glob_ops
letouzey
2012-05-29
locus.mli for occurrences+clauses, misctypes.mli for various little things
letouzey
2012-05-29
Vernacexpr is now a mli-only file, locality stuff now in locality.ml
letouzey
2011-11-17
Fixing bug #2640 and variants of it (inconsistency between when and
herbelin
2011-03-18
A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> seconds
letouzey
2010-12-23
Rename rawterm.ml into glob_term.ml
glondu
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-05-19
Add (almost) compatibility with camlp4, without breaking support for camlp5
letouzey
2010-05-19
static (and shared) camlp4use instead of per-file declaration
letouzey
[next]