You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my swipl repl, I have
pack_install(pfc).
followed by
use_module(library(pfc)).
Is this all I have to do to make use of this library?
It mostly seems to work (with a lot of verbosity), but the add/1 goal seems to be missing, even thought it looks like the ==> operator is present.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
On Mon, Oct 22, 2018 at 12:11 PM reverendpaco ***@***.***> wrote:
From my swipl repl, I have
pack_install(pfc).
followed by
use_module(library(pfc)).
Is this all I have to do to make use of this library?
It mostly seems to work (with a lot of verbosity), but the add/1 goal
seems to be missing, even thought it looks like the ==> operator is present.
Am I doing something wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAhugrHglWXFGSuSqTPiQdhUWRkJ3G2Aks5une4vgaJpZM4XzrPv>
.
From my swipl repl, I have
pack_install(pfc).
followed by
use_module(library(pfc)).
Is this all I have to do to make use of this library?
It mostly seems to work (with a lot of verbosity), but the add/1 goal seems to be missing, even thought it looks like the ==> operator is present.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: