Jua*_*nti 7 prolog
如何在swi-prolog中关闭警告.
Clauses of XXX/AA are not together in the source-file
很烦人
Kev*_*ell 10
相反,您可以修复警告.
当静态(已编译)谓词的子句无法编译为单个单元时,需要使用不连续的指令.当子句定义为:
drx*_*drx 8
您可以使用style_check关闭这些警告:-style_check(-discontiguous).。
:-style_check(-discontiguous).
例如,您还可以使用以下命令推迟有关单例变量的警告:-style_check(-singleton).
:-style_check(-singleton).
归档时间:
15 年,11 月 前
查看次数:
3210 次
最近记录:
9 年,3 月 前