index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user-contrib
/
Ltac2
/
tac2core.ml
Age
Commit message (
Expand
)
Author
2021-04-16
Merge PR #13939: Allow scope delimiters in Ltac2 open_constr:(...) quotation.
coqbot-app[bot]
2021-03-26
Add an Ltac1 to Ltac2 FFI for identifiers.
Pierre-Marie Pédrot
2021-03-19
implement is_const, is_var, ... etc and has_evar for Ltac2
Samuel Gruetter
2021-03-17
Merge PR #13938: Fast Ltac2 quoted variable typing
coqbot-app[bot]
2021-03-16
Slightly richer API allowing to shift the inductive in a block.
Pierre-Marie Pédrot
2021-03-16
Adding an Ltac2 API to manipulate inductive types.
Pierre-Marie Pédrot
2021-03-13
Allow scope delimiters in Ltac2 open_constr:(...) quotation.
Pierre-Marie Pédrot
2021-03-12
Use the new API to prevent retyping of Ltac2 variable quotations.
Pierre-Marie Pédrot
2021-03-12
Move the responsibility of type-checking to the caller for tactic-in-terms.
Pierre-Marie Pédrot
2021-01-22
Add a type of format strings to Ltac2.
Pierre-Marie Pédrot
2021-01-18
Merge PR #13574: Simplistic patch to fix #10113: turn Ltac2's `pattern:` into...
Pierre-Marie Pédrot
2021-01-04
Remove redundant univ and parameter info from CaseInvert
Gaëtan Gilbert
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-12-04
turn Ltac2's `pattern:` into `pat:`
Kenji Maillard
2020-11-30
Add an abstraction function in the LtacX FFI.
Pierre-Marie Pédrot
2020-11-30
Store Ltac2 valexpr instead of unevaluated code inside Ltac1 value embedding.
Pierre-Marie Pédrot
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-10-27
Rename tac2type -> ltac2_type,
Jim Fehrle
2020-09-22
Fixes #9716, #13004: don't drop the qualifier of quotations at printing time.
Hugo Herbelin
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-05-15
[misc] Better preserve backtraces in several modules
Emilio Jesus Gallego Arias
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-15
[proof] Merge `Pfedit` into proofs.
Emilio Jesus Gallego Arias
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-31
Try only using TC for conversion in cominductive (not great but let's see)
Gaëtan Gilbert
2020-03-25
[pcoq] Inline the exported Gramlib interface instead of exposing it as G
Emilio Jesus Gallego Arias
2020-03-25
[gramlib] Remove warning function parameter in favor of standard mechanism.
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Remove redundant interfaces from Pcoq
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Remove extend AST in favor of gramlib constructors
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Make grammar rules private.
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Make grammar extension type private.
Emilio Jesus Gallego Arias
2020-03-18
Actually use the binder type for Ltac2 that should be used in the kernel.
Pierre-Marie Pédrot
2020-03-18
Hide the Ltac2 binder type.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-02-24
[exn] remove `raise` taking optional exception information argument
Emilio Jesus Gallego Arias
2020-02-08
Resolve #10342 : [Ltac2] Add array library
Michael Soegtrop
2019-11-01
Add primitive floats to Ltac2
Pierre Roux
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-10-29
Fix #10615: Notation substitution for Ltac2 terms.
Pierre-Marie Pédrot
2019-10-18
Allow to pass Ltac1 values to Ltac2 quotations.
Pierre-Marie Pédrot
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-25
Give a functional type to Ltac1 quotations with a context.
Pierre-Marie Pédrot
2019-06-25
Adding the ability to transfer Ltac2 variables to Ltac1 quotations.
Pierre-Marie Pédrot
2019-06-17
Update headers of files that were stuck on older headers.
Théo Zimmermann
2019-06-06
[Ltac2] Interpretation scopes in “constr” arguments of tactic notations
Vincent Laporte
2019-05-10
[ltac2] Add primitive integers
Pierre Roux
2019-05-07
Integrate build and documentation of Ltac2
Maxime Dénès