Skip to content

Commit 190fb62

Browse files
authored
Merge pull request #8 from frnmst/master
Added some predicates to the interface.
2 parents 693c496 + 37775a6 commit 190fb62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

prolog/mcintyre.pl

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@
6666
~= /2,
6767
swap/2,
6868
msw/2,
69-
set_sw/2
69+
set_sw/2,
70+
to_pair/2,
71+
key/2,
72+
y/2,
73+
bin/5
7074
]).
7175
:-meta_predicate s(:,-).
7276
:-meta_predicate mc_prob(:,-).

0 commit comments

Comments
 (0)