Deducteam / Dedukti

Implementation of the λΠ-calculus modulo rewriting
https://deducteam.github.io
Other
200 stars 22 forks source link

Explicit require #298

Closed francoisthire closed 2 years ago

francoisthire commented 2 years ago

To make Dedukti compliant with the standard, we add two options:

which are deactivated by default. For the moment, the second option is an alias of the first one.

The reason why it is deactivated by default is to prevent many generated dedukti files to not type check anymore. The associated makefiles need to be updated consequently.