export operator.

This commit is contained in:
Vitor Santos Costa 2010-03-04 23:42:17 +00:00
parent c58e9f4562
commit abec8208d3
1 changed files with 2 additions and 3 deletions

View File

@ -9,14 +9,13 @@
clpbn_run_solver/3,
clpbn_init_solver/5,
clpbn_run_solver/4,
clpbn_init_graph/1]).
clpbn_init_graph/1,
op( 500, xfy, with)]).
:- use_module(library(atts)).
:- use_module(library(lists)).
:- use_module(library(terms)).
:- op( 500, xfy, with).
%
% avoid the overhead of using goal_expansion/2.
%