index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
printing
/
pptactic.ml
Age
Commit message (
Expand
)
Author
2015-12-24
Removing auto from the tactic AST.
Pierre-Marie Pédrot
2015-12-21
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-18
Tying the loop in tactic printing API.
Pierre-Marie Pédrot
2015-12-17
Getting rid of some hardwired generic arguments.
Pierre-Marie Pédrot
2015-12-04
Getting rid of the dynamic node of the tactic AST.
Pierre-Marie Pédrot
2015-12-03
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-12-02
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-10-19
Type delayed_open_constr is now monotonic.
Pierre-Marie Pédrot
2015-06-25
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-05-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-01-23
Splitting ML tactics in one function per grammar entry.
Pierre-Marie Pédrot
2015-01-21
Embedding the index of the ML tactic entry in the Tacexpr AST.
Pierre-Marie Pédrot
2015-01-18
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-17
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
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-12-12
Extend the syntax of simpl with a delta flag.
Arnaud Spiwack
2014-11-19
Print [uconstr] in genargs.
Arnaud Spiwack
2014-11-19
Proper printer for [uconstr] in [Pptactic].
Arnaud Spiwack
2014-11-17
Setting printing tags for Ltac.
Pierre-Marie Pédrot
2014-11-17
Moving printing code for red_expr and may_eval to Pptactic.
Pierre-Marie Pédrot
2014-11-10
Plug the dynamic tags in the Richpp mechanism.
Pierre-Marie Pédrot
2014-11-09
Removing a unused boolean in the TacMove node of tacexpr AST.
Pierre-Marie Pédrot
2014-11-05
lib/RichPp: Rename into Richpp.
Yann Régis-Gianas
2014-11-04
printing/Ppannotation: New annotation for tactic syntactic objects.
Regis-Gianas
2014-11-04
printing/Pptactic.Make: New.
Regis-Gianas
2014-11-01
Add a interpreted level [tacexpr] to [Tacexpr] together with its printer.
Arnaud Spiwack
2014-10-25
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-09-24
Using an or_var rather than the hack with loc for coding a pure ident
Hugo Herbelin
2014-09-18
Fix debug printing with primitive projections.
Matthieu Sozeau
2014-09-12
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
Replace the list of argument in tacexpr with a single row argument.
Arnaud Spiwack
2014-09-08
Removing the XML plugin.
Pierre-Marie Pédrot
2014-09-03
Fixing printing of unreachable local tactics.
Pierre-Marie Pédrot
2014-09-02
Cleaning code in Pptactic.
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-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
Reorganisation of intropattern code
Hugo Herbelin
2014-08-18
Refine patch for behavior of unify_to_subterm to allow backtracking on
Matthieu Sozeau
2014-08-18
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
[next]