| Age | Commit message (Collapse) | Author |
|
It was missing `Control.once`.
Fixes coq/ltac2#79
Fixes coq/ltac2#77
|
|
`coqtop -batch` is an oxymoron, in prevision for upstream changes use
`coqc`.
We also call `make test` in Travis as to make CI more robust.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a way to hack around the fact that various interpretation functions
rely wrongly on the values of the environment to do nasty tricks. Typically,
the interpretation of terms is broken, as it will fail when there is a bound
variable with the same name as a hypothesis, instead of producing the
hypothesis itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows antiquotations in binding lists.
|
|
|
|
One has to rely on the 'thunk' token to produce such thunks.
|
|
|
|
|
|
|
|
|
|
|
|
|