In SWI-Prolog, I am using code such as at the beginning of a module text file:
:- module(foo, [bar/2]).
:- use_module(library(jack)).
I don't want to change my code. How can I neverthelss use
ECLiPSe Prolog (*). Is there some library that defines a
module/2
directive in ECLiPSe Prolog?
Best Regards