scryer-prolog
scryer-prolog copied to clipboard
Warnings collection
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.