index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
tacinterp.ml
Commit message (
Expand
)
Author
Age
*
Print [rename] tactic properly in info trace.
Arnaud Spiwack
2014-11-07
*
Writing rename_hyps in the new monad.
Pierre-Marie Pédrot
2014-11-03
*
Info: the warning message of the defunct [info] tactic now points to the [Inf...
Arnaud Spiwack
2014-11-01
*
Info: print name of calls to Ltac constants ([TacCall]).
Arnaud Spiwack
2014-11-01
*
Info: tactic notations (TacAlias) print their names.
Arnaud Spiwack
2014-11-01
*
Info: Tactics coming from [TACTIC EXTEND] print their names.
Arnaud Spiwack
2014-11-01
*
Info: print the name of atomic tactics.
Arnaud Spiwack
2014-11-01
*
Info: Ltac's idtac logs its message in the info trace.
Arnaud Spiwack
2014-11-01
*
Making destruct on idents with maximal implicit arguments working, by
Hugo Herbelin
2014-10-27
*
Fixing evars lost in interpretation of eliminator of destruct.
Hugo Herbelin
2014-10-27
*
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-10-25
*
Change reduction_of_red_expr to return an e_reduction_function returning
Matthieu Sozeau
2014-10-24
*
Specializing tclBREAK so that it can choose the return exception in case
Pierre-Marie Pédrot
2014-10-22
*
Split [Proofview] into a file where the basic operations on the state are def...
Arnaud Spiwack
2014-10-22
*
Make names in [Proofview_monad] more uniform.
Arnaud Spiwack
2014-10-22
*
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-10-22
*
Goal: remove some functions from the compatibility layer.
Arnaud Spiwack
2014-10-16
*
Seeing IntroWildcard as an action intro pattern rather than as a naming pattern
Hugo Herbelin
2014-09-30
*
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-27
*
Using an or_var rather than the hack with loc for coding a pure ident
Hugo Herbelin
2014-09-24
*
Added support for interpreting hyp lists in tactic notations.
Hugo Herbelin
2014-09-24
*
Fix bug #3633 properly, by delaying the interpetation of constrs in
Matthieu Sozeau
2014-09-17
*
Ltac names in binders: some Ltac values can be seen both as terms and identif...
Arnaud Spiwack
2014-09-15
*
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
*
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
*
Fixing localisation of tactic errors (my mistake in himsg.ml essentially).
Hugo Herbelin
2014-09-10
*
Displaying genarg tag in idtac.
Pierre-Marie Pédrot
2014-09-09
*
Removing the XML plugin.
Pierre-Marie Pédrot
2014-09-08
*
Rename [extract_ltac_uconstr_values] to [extract_ltac_constr_context].
Arnaud Spiwack
2014-09-08
*
The [constr:(…)] Ltac construction now shares the same context as [uconstr:...
Arnaud Spiwack
2014-09-08
*
Inlining code in Tacinterp that was only used once.
Pierre-Marie Pédrot
2014-09-06
*
Code simplification in Tacinterp.
Pierre-Marie Pédrot
2014-09-06
*
Adding a way to inject tactic closures in interpretation values.
Pierre-Marie Pédrot
2014-09-06
*
Renaming goal-entering functions.
Pierre-Marie Pédrot
2014-09-06
*
Retype terms resulting from the feeding of a context with a term.
Pierre-Marie Pédrot
2014-09-05
*
Ltac's [uconstr] values now use the identifier context to give names to binders.
Arnaud Spiwack
2014-09-05
*
Adds an identifier context in pretying's Ltac context.
Arnaud Spiwack
2014-09-05
*
Adding a Ftactic module for potentially focussing tactics.
Pierre-Marie Pédrot
2014-09-05
*
At last a working clearbody!
Pierre-Marie Pédrot
2014-09-05
*
Revert the two previous commits. I was testing in the wrong branch.
Pierre-Marie Pédrot
2014-09-04
*
Reimplementing the clearbody tactic.
Pierre-Marie Pédrot
2014-09-04
*
Using goal-tactics to interpret arguments to idtac.
Pierre-Marie Pédrot
2014-09-04
*
Revert "Tactics: [tclENV] is now sensitive to [Proofview.Goal.enter]."
Pierre-Marie Pédrot
2014-09-04
*
Revert "Tacinterp: [interp_message] and associate now only require an environ...
Pierre-Marie Pédrot
2014-09-04
*
Revert "Ltac's idtac is now implemented using the new API."
Pierre-Marie Pédrot
2014-09-04
*
Revert "Ltac's [idtac] is now interpreted outside of a goal if possible."
Pierre-Marie Pédrot
2014-09-04
*
Removing [revert] tactic from the AST.
Pierre-Marie Pédrot
2014-09-02
*
Moving the decompose tactic out of the AST.
Pierre-Marie Pédrot
2014-09-01
*
Type-safe version of genarg list / pair / opt functions.
Pierre-Marie Pédrot
2014-08-29
*
Removing spurious tclWITHHOLES.
Pierre-Marie Pédrot
2014-08-27
[next]