List of terms
- From: "Mika" <miky821@xxxxxxxx>
- Date: 20 Sep 2006 11:48:36 -0700
hello to all, I must resolve this problem:
given one list of terms of this type
[f(a,b),f(c,d), f(a,g), f(c,h) ]
I must have like result this list
[f(a,b),f(c,d) ]
that is I must eliminate the terms that they have like first argument,
the same first argument of a already present term. how I can make?
thanks.
.
- Follow-Ups:
- Re: List of terms
- From: Peter Van Weert
- Re: List of terms
- Prev by Date: Re: SWI-Prolog : Out Of Local Stack
- Next by Date: Re: SWI-Prolog : Out Of Local Stack
- Previous by thread: "A Tractable Prolog Implementation"
- Next by thread: Re: List of terms
- Index(es):