| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(It's unused after moving coercions to globrefs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from compiles files
|
|
variables
|
|
|
|
|
|
|
|
Removing in passing two Local which are no-ops in practice.
|
|
This is for use in modules. By default, the behavior is local in
sections and Global is forbidden in sections. By default, the behavior
is global in modules.
|
|
|
|
|
|
|
|
|
|
|
|
This snippet on pattern matching got lost in the process of migrating to Sphynx.
|
|
|
|
Fixes #8431
|
|
This warning makes it much easier to stop relying on `Set Automatic
Coercions Import`. Tested with success on math-classes.
|
|
|
|
|
|
|
|
|
|
|
|
dune-workspace
|
|
|
|
Dune 1.1 allows us to define the `env` flags in the workspace file,
which is a better place than the current situation.
Along the way, We fix the build flags for release mode [missing
`-rectypes` and add a `release` build profile CI job.
|
|
|
|
|
|
This issue was first reported on equations where a definition seemingly
took all memory until Coq crashed.
https://github.com/mattam82/Coq-Equations/issues/69
|
|
|
|
|
|
"Print Options"
|
|
|
|
|
|
|
|
|
|
As suggested by Vincent.
|
|
|
|
|