index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tac2core.ml
Age
Commit message (
Expand
)
Author
2017-10-07
Implementing the Constr.in_context function.
Pierre-Marie Pédrot
2017-10-07
Remove unused warnings.
Pierre-Marie Pédrot
2017-10-07
Fix coq/ltac2#30: Compilation broken since -safe-string PR got merged.
Pierre-Marie Pédrot
2017-10-01
Abstracting away the implementation of value representations.
Pierre-Marie Pédrot
2017-09-30
Abstracting away the primitive functions on valexpr datatype.
Pierre-Marie Pédrot
2017-09-26
Adding quotations for the assert family of tactics.
Pierre-Marie Pédrot
2017-09-14
Abstracting away the type of arities and ML tactics.
Pierre-Marie Pédrot
2017-09-14
Explicit arity for closures.
Pierre-Marie Pédrot
2017-09-14
Binding the pose/set family of tactics.
Pierre-Marie Pédrot
2017-09-14
Use a simpler syntax for generalize grammar.
Pierre-Marie Pédrot
2017-09-13
Adding quotations for the generalize tactic.
Pierre-Marie Pédrot
2017-09-09
Update backtraces only when the Ltac2 Backtrace flag is set.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#26: Ltac1 gives no backtraces.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#18: Terms should show a backtrace when Set Ltac2 Backtrace is set.
Pierre-Marie Pédrot
2017-09-09
Moving Ltac2 backtraces to the Exninfo mechanism.
Pierre-Marie Pédrot
2017-09-09
Fix coq/ltac2#25: Control.case should not be able to catch Control.throw.
Pierre-Marie Pédrot
2017-09-08
Using a dedicated argument for tactic quotations.
Pierre-Marie Pédrot
2017-09-08
Fix coq/ltac2#24: There should be a way to turn an exn into a message.
Pierre-Marie Pédrot
2017-09-07
Communicate the backtrace through the monad.
Pierre-Marie Pédrot
2017-09-06
Fix coq/ltac2#23: Int.compare should not be uniformly 0.
Pierre-Marie Pédrot
2017-09-06
Using higher-order representation for closures.
Pierre-Marie Pédrot
2017-09-06
Parameterizing over parameters in ML functions from Tac2core.
Pierre-Marie Pédrot
2017-09-06
The interp_app function now takes a closure as an argument.
Pierre-Marie Pédrot
2017-09-06
Code factorization.
Pierre-Marie Pédrot
2017-09-05
Refine does not evar-normalizes the goal preemptively.
Pierre-Marie Pédrot
2017-09-05
Introducing quotations for move locations.
Pierre-Marie Pédrot
2017-09-05
Quotations for auto-related tactics.
Pierre-Marie Pédrot
2017-09-04
More notations for primitive tactics.
Pierre-Marie Pédrot
2017-09-04
More precise error messages for scope failure.
Pierre-Marie Pédrot
2017-09-04
Better backtraces for a few datatypes.
Pierre-Marie Pédrot
2017-09-04
Quick-and-dirty backtrace mechanism for the interpreter.
Pierre-Marie Pédrot
2017-09-04
Closures now wear the constant they originated from.
Pierre-Marie Pédrot
2017-09-04
Fix coq/ltac2#17: Assertion failed. on only shelved goals remaining.
Pierre-Marie Pédrot
2017-09-04
Implementing lazy matching over terms.
Pierre-Marie Pédrot
2017-09-03
Introducing a macro for constr matching.
Pierre-Marie Pédrot
2017-09-03
Moving generic arguments to Tac2quote.
Pierre-Marie Pédrot
2017-09-03
Uniform handling of locations in the various AST.
Pierre-Marie Pédrot
2017-09-03
Allowing ML objects to return mere tactic expressions.
Pierre-Marie Pédrot
2017-09-03
Allowing complex types in ML objects.
Pierre-Marie Pédrot
2017-09-03
Fix coq/ltac2#16: Passing Ltac2 variables to Ltac1 via $ results in anomalies.
Pierre-Marie Pédrot
2017-08-31
Expand the primitive functions on terms.
Pierre-Marie Pédrot
2017-08-29
Fix printing of Ltac2 in quotations.
Pierre-Marie Pédrot
2017-08-29
Fixing printing of tactic expressions.
Pierre-Marie Pédrot
2017-08-29
Rolling our own generic arguments.
Pierre-Marie Pédrot
2017-08-29
Rolling our own dynamic types for Ltac2.
Pierre-Marie Pédrot
2017-08-29
Pass Ltac2 variables in a dedicated environment for generic arguments.
Pierre-Marie Pédrot
2017-08-29
Factorizing code for declaration of primitive tactics.
Pierre-Marie Pédrot
2017-08-29
Binding an unsafe substitution function.
Pierre-Marie Pédrot
2017-08-29
Binding primitives to generate fresh variables.
Pierre-Marie Pédrot
2017-08-27
Do not reuse the Val.t type in toplevel values.
Pierre-Marie Pédrot
[next]