index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tacinterp.ml
Age
Commit message (
Expand
)
Author
2014-10-22
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-10-16
Goal: remove some functions from the compatibility layer.
Arnaud Spiwack
2014-09-30
Seeing IntroWildcard as an action intro pattern rather than as a naming pattern
Hugo Herbelin
2014-09-27
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-24
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-17
Fix bug #3633 properly, by delaying the interpetation of constrs in
Matthieu Sozeau
2014-09-15
Ltac names in binders: some Ltac values can be seen both as terms and identif...
Arnaud Spiwack
2014-09-12
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-10
Fixing localisation of tactic errors (my mistake in himsg.ml essentially).
Hugo Herbelin
2014-09-09
Displaying genarg tag in idtac.
Pierre-Marie Pédrot
2014-09-08
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-06
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-05
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-04
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-02
Removing [revert] tactic from the AST.
Pierre-Marie Pédrot
2014-09-01
Moving the decompose tactic out of the AST.
Pierre-Marie Pédrot
2014-08-29
Type-safe version of genarg list / pair / opt functions.
Pierre-Marie Pédrot
2014-08-27
Removing spurious tclWITHHOLES.
Pierre-Marie Pédrot
2014-08-18
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
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
Reorganization of tactics:
Hugo Herbelin
2014-08-18
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
2014-08-18
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-16
Better printing of Ltac values.
Pierre-Marie Pédrot
2014-08-15
Removing unused Refiner.tclWITHHOLES.
Pierre-Marie Pédrot
2014-08-07
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-07
Removing simple induction / destruct from the AST.
Pierre-Marie Pédrot
2014-08-07
Instead of relying on a trick to make the constructor tactic parse, put
Pierre-Marie Pédrot
2014-08-07
Removing the "constructor" tactic from the AST.
Pierre-Marie Pédrot
2014-08-06
Revert the change in Constrintern introduced by "Add a type of untyped term t...
Arnaud Spiwack
2014-08-06
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
[next]