Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!portc01.blue.aol.com!portc02.blue.aol.com!howland.erols.net!EU.net!uknet!usenet1.news.uk.psi.net!uknet!uknet!strath-cs!liv!lucs!news
From: "D. Johnson" <u5dj@csc.liv.ac.uk>
Subject: Extra help....
Sender: news@csc.liv.ac.uk (News Eater)
Message-ID: <32E757A3.2BC0@csc.liv.ac.uk>
Date: Thu, 23 Jan 1997 12:20:51 GMT
Lines: 12
X-Nntp-Posting-Host: u5dj@bollin.csc.liv.ac.uk
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0
X-Mailer: Mozilla 3.01 (X11; I; HP-UX A.09.05 9000/720)
Organization: The University of Liverpool

Thanks to everyone who replied.

I have now moved on with my requirements !

Anyone ?

no_duplicates(Sorted_List,Set)...
no_duplicates(Unsorted_List,Set)...

eg : no_duplicates([a,a,b,b,c,d,e,e],X) gives X=[a,b,c,d,e]

Thanks again in advance...
