Closed mlliarm closed 4 years ago
Fixed. Note that Logtalk libraries are not module libraries; you cannot use an use_module/1
directive to load them. Also (see the commit that I just pushed to fix this issue), the numberlistp
and numberlist
entities are part of the types
library.
Thanks ! Noted. I'd noticed that numberlist
, numberlistp
were included in the library types
, but wasn't sure how to load it. Now I know :).
So I've changed my loader to load the
numberlist
library. But when I load the loader, I get the following error:I must have done something wrong.
Here are the contents of the
loader.lgt
: