Hi Amoss,
I have tried this and it works (Ciao-Prolog 1.10 #6):
-------- analyser.pl ------------ :- module(analyser,_). :- use_module(plusdebug).
main :- debugger([some,data]). --------------------------------- ------- plusdebug.pl ------------ :- module(plusdebug,_).
debugger([]). debugger(Lst) :- display(Lst). --------------------------------- In the Unix shell:
ciaosh
Ciao-Prolog 1.10 #6: Thu Dec 9 15:44:50 CET 2004 ?- use_module(analyser).
yes ?- main. [some,data] yes ?-
The lack of final dot in your module definitions occurs only in the mail or is in your code?
Regards,
Daniel
============================================================================== Message: Address: Action: help majordomo(a)clip.dia.fi.upm.es Info. on useful commands subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list <whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list ----------------------------------------------------------------------------- Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/ -----------------------------------------------------------------------------