Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!nntp.sei.cmu.edu!cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!EU.net!Austria.EU.net!newsfeed.ACO.net!swidir.switch.ch!swsbe6.switch.ch!news.unige.ch!maclab1!user
From: faundea1@uni2a.unige.ch (Alex Faundez)
Subject: delete an item of list
Message-ID: <faundea1-2012951429260001@maclab1>
Sender: usenet@news.unige.ch
Organization: University of Geneva (student)
Date: Wed, 20 Dec 1995 22:29:26 GMT
Lines: 15

Hi,
is there  simple rule for deleting an element of a list? The list is
simply something as [the,cat,eats,the ,mouse].

And what about find and edit rules?

I'm in a Prolog course and we're working on how to create rules like:
substitute an element of a list, find the last element of a list,
concatenate two lists, membership test, etc. I'm just having problem with
deletion of an element of the list, find an element in the list, and edit
the list.

Thanks for any suggestion or help.

Alex
