index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
printing
/
pptactic.ml
Commit message (
Expand
)
Author
Age
*
Moving Tactic_debug to tactics/ folder.
Pierre-Marie Pédrot
2016-03-06
*
Removing the UConstr entry of the tactic_arg AST.
Pierre-Marie Pédrot
2016-03-04
*
Moving the "move" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "exists" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "symmetry" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "generalize dependent" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "clearbody" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "clear" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "cofix" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Moving the "fix" tactic to TACTIC EXTEND.
Pierre-Marie Pédrot
2016-02-29
*
Removing the MetaIdArg entry of tactic expressions.
Pierre-Marie Pédrot
2016-02-24
*
The tactic generic argument now returns a value rather than a glob_expr.
Pierre-Marie Pédrot
2016-02-22
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
Getting rid of the awkward unpack mechanism from Genarg.
Pierre-Marie Pédrot
2016-01-17
*
|
Temporary commit getting rid of Obj.magic unsafety for Genarg.
Pierre-Marie Pédrot
2016-01-17
*
|
Tactic notation printing accesses all the token data.
Pierre-Marie Pédrot
2016-01-16
*
|
Removing constr generic argument.
Pierre-Marie Pédrot
2016-01-14
*
|
Removing ident and var generic arguments.
Pierre-Marie Pédrot
2016-01-14
*
|
Remove some unused functions.
Guillaume Melquiond
2016-01-02
*
|
Remove useless rec flags.
Guillaume Melquiond
2016-01-02
*
|
Separation of concern in TacAlias API.
Pierre-Marie Pédrot
2016-01-02
*
|
External tactics and notations now accept any tactic argument.
Pierre-Marie Pédrot
2015-12-30
*
|
Removing the special status of open_constr generic argument.
Pierre-Marie Pédrot
2015-12-28
*
|
Tentative API fix for tactic arguments to be fed to tclWITHHOLES.
Pierre-Marie Pédrot
2015-12-27
*
|
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-24
*
|
Removing ad-hoc interpretation rules for tactic notations and their genarg.
Pierre-Marie Pédrot
2015-12-21
*
|
Changing the toplevel type of the int_or_var generic type to int.
Pierre-Marie Pédrot
2015-12-21
*
|
Removing the now useless genarg generic argument.
Pierre-Marie Pédrot
2015-12-21
*
|
Tying the loop in tactic printing API.
Pierre-Marie Pédrot
2015-12-18
*
|
Getting rid of some hardwired generic arguments.
Pierre-Marie Pédrot
2015-12-17
*
|
Getting rid of the dynamic node of the tactic AST.
Pierre-Marie Pédrot
2015-12-04
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-12-03
|
\
|
|
*
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-12-02
*
|
Type delayed_open_constr is now monotonic.
Pierre-Marie Pédrot
2015-10-19
*
|
Remove other types not carried by interpretations in `Tacexpr`.
Arnaud Spiwack
2015-06-25
*
|
Remove useless `and_short_name` in interpreted level in `Tacexpr`.
Arnaud Spiwack
2015-06-25
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-05-05
|
\
|
|
*
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-04-23
*
|
Splitting ML tactics in one function per grammar entry.
Pierre-Marie Pédrot
2015-01-23
*
|
Embedding the index of the ML tactic entry in the Tacexpr AST.
Pierre-Marie Pédrot
2015-01-21
*
|
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-18
|
*
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-17
|
/
*
Update headers.
Maxime Dénès
2015-01-12
*
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-23
*
Add a backtracking version of Ltac's [match].
Arnaud Spiwack
2014-12-19
*
Add Ltac syntax for the [tclIFCATCH] primitive.
Arnaud Spiwack
2014-12-12
*
Extend the syntax of simpl with a delta flag.
Arnaud Spiwack
2014-12-12
*
Print [uconstr] in genargs.
Arnaud Spiwack
2014-11-19
[next]