make *.pl files in src/prolog/lib available from libraries.rs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
memberd_t/3, tfilter/3, tmember/2, tmember_t/3,
|
||||
tpartition/4]).
|
||||
|
||||
:- use_module('src/prolog/lib/dif.pl').
|
||||
:- use_module(library(dif)).
|
||||
|
||||
if_(If_1, Then_0, Else_0) :-
|
||||
call(If_1, T),
|
||||
|
||||
Reference in New Issue
Block a user