Skip to content

Commit a1686b5

Browse files
authored
Merge pull request #395 from LPCIC/cbv-list
API: redflags
2 parents 96b3a3d + 4ed4018 commit a1686b5

18 files changed

+480
-1083
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## UNRELEASED
4+
5+
- API:
6+
- Change `coq.env.module` and `coq.env.module-type` do not fail if the
7+
module (type) contains a mutual inductive. The resulting `gref` is going
8+
to me unusable with most APIs, though.
9+
- Change `coq.env.module` returns a ADT describing the module contents
10+
- Change `coq.gref->path` and `coq.gref->id` do work on `gref` which point
11+
to mutual inductives.
12+
- New `coq.env.term-dependencies` computing all the `grefs` occurring in a term.
13+
- New `coq.redflag` and `coq.redflags` types for `@redflags!` option understood
14+
by `coq.reduction.lazy.*` `and coq.reduction.cbv.norm`
15+
316
## [1.15.6] - 27-08-2022
417

518
Requires Elpi 1.16.5 and Coq 8.16.

0 commit comments

Comments
 (0)