Newsgroups: comp.lang.prolog
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!purdue!lerc.nasa.gov!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!newsfeed.internetmci.com!in2.uu.net!world!magued
From: magued@world.std.com (magued e barsoum)
Subject: HELP with clause 
Message-ID: <DHwK59.C4K@world.std.com>
Organization: The World Public Access UNIX, Brookline, MA
Date: Sat, 11 Nov 1995 23:34:21 GMT
Lines: 21


I have the folowing:

my_test(X).



now I do:


 ?- clause(my_test, X).

no
| ?- caluse(my_test(X), Z).
{EXISTENCE ERROR: caluse(my_test(_144),_147): procedure user:caluse/2 does not exist}



can someone explain what is hoing on?
thannx
magued
