scryer-prolog icon indicating copy to clipboard operation
scryer-prolog copied to clipboard

Warnings collection

Open hurufu opened this issue 4 months ago • 10 comments

After recent discussion #2599, I've decided to start collecting useful warnings that can be applied during compilation. If you have good ideas for warnings, please post them here.

Relevant issues: #2600 #2601.

If you want to test, just import warnings module:

:- use_module(library(warnings)).

And that's all.

hurufu avatar Oct 05 '24 12:10 hurufu