home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!sersun1!csc2!palmm
- From: palmm@csc2.essex.ac.uk (Palmer M J)
- Newsgroups: comp.lang.prolog
- Subject: Re: SICStus Prolog singleton warnings slow down while consulting a file
- Keywords: singleton
- Message-ID: <5100@sersun1.essex.ac.uk>
- Date: 18 Aug 92 16:09:01 GMT
- References: <1992Aug17.172126.19111@watson.ibm.com>
- Sender: news@sersun1.essex.ac.uk
- Reply-To: palmm@essex.ac.uk (Palmer M J)
- Organization: University of Essex, Colchester, UK
- Lines: 11
-
- In article <1992Aug17.172126.19111@watson.ibm.com> rah@ybrig.zurich.ibm.com (Ralf Hauser) writes:
- >
- >Does anybody know, how to suppress these warnings or to
- >maintain the same expressivity of code without creating those
- >"singleton variables".
-
- Some systems (e.g. Qunitus Prolog) allow you to use the form _VarName.
- This is still an anonymous variable but with a name. You might like to try
- this.
-
- Mike.
-