| Age | Commit message (Collapse) | Author |
|
Fixes #11683.
|
|
Partial fix of #14013.
|
|
|
|
This is a syntactic sugar that is compiled away to a simple case analysis.
|
|
|
|
|
|
Add headers to a few files which were missing them.
|
|
We implement a new type of "preterms" that represent untyped ASTs, corresponding
to glob_expr in the ML implementations. Ltac2 quotations inside notations are
provided with such preterms, and have to pretype them in order to do anything
of relevance with them.
|
|
This is the dual of #10344.
|
|
Most of these files were introduced after #6543 but used older headers
copied from somewhere else.
|
|
We use a user-facing wrapper instead of a low-level function raising internal
exceptions.
|
|
Since Ltac2 cannot be put under the stdlib logical root (some file names
would clash), we move it to the `user-contrib` directory, to avoid adding
another hardcoded path in `coqinit.ml`, following a suggestion by @ejgallego.
Thanks to @Zimmi48 for the thorough documentation review and the
numerous suggestions.
|