users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Existence error


From: Fredrik Ismyren
Subject: Existence error
Date: Mon, 15 Dec 2003 22:02:10 +0100

I'm using GNU Prolog 1.2.18 on Debian Linux and I get:
----
GNU Prolog 1.2.18
By Daniel Diaz
Copyright (C) 1999-2003 Daniel Diaz
| ?- reconsult('/tmp/prolcomp20933p3h').
uncaught exception:
error(existence_error(procedure,reconsult/1),top_level/0)
| ?- 
----

.. when, for example, consulting this simple file:
----
my_max(X,Y,X) :- X<Y.
my_max(X,Y,Y) :- X>=Y.
----

What am I doing wrong?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]