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
2016-03-06
Moving Tactic_debug to tactics/ folder.
Pierre-Marie Pédrot
2016-03-04
Removing the UConstr entry of the tactic_arg AST.
Pierre-Marie Pédrot
2016-02-29
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-24
Removing the MetaIdArg entry of tactic expressions.
Pierre-Marie Pédrot
2016-02-22
The tactic generic argument now returns a value rather than a glob_expr.
Pierre-Marie Pédrot
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-17
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-16
Tactic notation printing accesses all the token data.
Pierre-Marie Pédrot
2016-01-14
Removing constr generic argument.
Pierre-Marie Pédrot
2016-01-14
Removing ident and var generic arguments.
Pierre-Marie Pédrot
2016-01-02
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
2015-12-30
External tactics and notations now accept any tactic argument.
Pierre-Marie Pédrot
2015-12-28
Removing the special status of open_constr generic argument.
Pierre-Marie Pédrot
2015-12-27
Tentative API fix for tactic arguments to be fed to tclWITHHOLES.
Pierre-Marie Pédrot
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
[next]