ceps icon indicating copy to clipboard operation
ceps copied to clipboard

Added new CEP Symbol Sets

Open MSoegtropIMC opened this issue 2 years ago • 3 comments

MSoegtropIMC avatar Feb 06 '24 14:02 MSoegtropIMC

See also https://github.com/coq/coq/issues/6144

andres-erbsen avatar Feb 06 '24 16:02 andres-erbsen

Maybe lists of constants could (indeed) be assembled into "unfolding hints" and various set-theoretic operations could apply more generally to all kinds of hint databases, including providing automatic inclusion of all constants from a module?

herbelin avatar Feb 07 '24 17:02 herbelin

@herbelin : indeed allowing set operations on auto hint databases would also be a very useful feature. If one can find a common syntax to handle "unfolding databases" and hint databases, I would appreciate it.

But please note that it should be possible to collect all symbols of a module without touching the module itself, say starting some auto collection.

MSoegtropIMC avatar Feb 08 '24 18:02 MSoegtropIMC