home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / prolog / 1554 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  883 b 

  1. Path: sparky!uunet!mcsun!uknet!sersun1!csc2!palmm
  2. From: palmm@csc2.essex.ac.uk (Palmer M J)
  3. Newsgroups: comp.lang.prolog
  4. Subject: Re: SICStus Prolog singleton warnings slow down while consulting a file
  5. Keywords: singleton
  6. Message-ID: <5100@sersun1.essex.ac.uk>
  7. Date: 18 Aug 92 16:09:01 GMT
  8. References: <1992Aug17.172126.19111@watson.ibm.com>
  9. Sender: news@sersun1.essex.ac.uk
  10. Reply-To: palmm@essex.ac.uk (Palmer M J)
  11. Organization: University of Essex, Colchester, UK
  12. Lines: 11
  13.  
  14. In article <1992Aug17.172126.19111@watson.ibm.com> rah@ybrig.zurich.ibm.com (Ralf Hauser) writes:
  15. >
  16. >Does anybody know, how to suppress these warnings or to
  17. >maintain the same expressivity of code without creating those
  18. >"singleton variables".
  19.  
  20. Some systems (e.g. Qunitus Prolog) allow you to use the form _VarName. 
  21. This is still an anonymous variable but with a name. You might like to try
  22. this.
  23.  
  24. Mike. 
  25.