[Next]
[Up]
[Previous]
[Contents]
[Index]
Next: How can I deal
Up: Frequently Asked Questions
Previous: Frequently Asked Questions
  Contents
  Index
Typos are in most cases singleton variables. The compiler reports singleton variables to help you detect typos. You can set the Prolog flag singleton to off to get rid of the warnings.
set_prolog_flag(singleton,off)
A better way to get rid of the warnings is to rename singleton variables such that they all start with the underscore _.
Neng-Fa Zhou ()
2007-06-05