error should not be needed,

This commit is contained in:
Vítor Santos Costa 2016-03-05 12:30:13 +00:00
parent f1c9c08f1f
commit 0fc0e96306

View File

@ -932,7 +932,7 @@ goal_expansion(partition(Meta, ListIn, List1, List2, List3), Mod:Goal) :-
Outs2 = NOuts2, Outs2 = NOuts2,
Outs3 = [In|NOuts3] Outs3 = [In|NOuts3]
; ;
error:must_be(oneof([<,=,>]), Diff) must_be(oneof([<,=,>]), Diff)
), ),
RecursiveCall) RecursiveCall)
], Mod). ], Mod).