Skip to content

Remove _CoqProject by default

Lennard Gäher requested to merge lennard/remove_coqprojec into main

Fixes #16 (closed). make coqproject generates a sensible default _CoqProject for the core implementation and case_studies that can be extended locally as needed. It doesn't include stdlib, as the custom theories for that make it hard to guess what we need to include. But anyone working on the stdlib will probably have the knowledge to add it themselves, if their editor doesn't support dune.

Merge request reports