| Age | Commit message (Collapse) | Author |
|
As part of the proof refactoring work I am doing some modifications to
`funind` and indentation of that code is driving me a bit crazy; I'd
much prefer to delegate it to an automatic tool.
|
|
Add headers to a few files which were missing them.
|
|
|
|
|
|
|
|
This allows to desynchronize the kernel-facing API from the proof-facing one.
|
|
|
|
- move_location to proofs/logic.
- intro_pattern_naming to Namegen.
|
|
In #6092, `global_reference` was moved to `kernel`. It makes sense to
go further and use the current kernel style for names.
This has a good effect on the dependency graph, as some core modules
don't depend on library anymore.
A question about providing equality for the GloRef module remains, as
there are two different notions of equality for constants. In that
sense, `KerPair` seems suspicious and at some point it should be
looked at.
|
|
|
|
|