Re: redundancy
- From: student <no-spam@xxxxxxxxxxx>
- Date: Mon, 22 Oct 2007 13:07:05 -0700
student wrote:
domains
NAME = symbol
AGE = integer
predicates
child(NAME,AGE)
playmates(CHILD,CHILD,AGE)
'CHILD' is undefined. That should be
predicates
child(NAME,AGE)
playmates(NAME,NAME,AGE)
.
- References:
- redundancy
- From: omargamil
- Re: redundancy
- From: student
- redundancy
- Prev by Date: Re: redundancy
- Next by Date: Re: Compiling with gnu-prolog???
- Previous by thread: Re: redundancy
- Index(es):