Skip to content

Commit

Permalink
error should not be needed,
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed Mar 5, 2016
1 parent f1c9c08 commit 0fc0e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/maplist.yap
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ goal_expansion(partition(Meta, ListIn, List1, List2, List3), Mod:Goal) :-
Outs2 = NOuts2,
Outs3 = [In|NOuts3]
;
error:must_be(oneof([<,=,>]), Diff)
must_be(oneof([<,=,>]), Diff)
),
RecursiveCall)
], Mod).
Expand Down

0 comments on commit 0fc0e96

Please sign in to comment.