Deducteam / Dedukti

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

Erroneous suggestion from dk dep #303

Closed gabrielhdt closed 1 year ago

gabrielhdt commented 1 year ago

If file A.dk has dependencies on modules not compiled, dk dep A.dk says

--ignore option can be used only with --sorted option

But the option --sorted does not exist, --sort does.

One should edit the suggestion message.

francoisthire commented 1 year ago

Fixed by #305