merge_lists¶ merge_lists(join_fn=<built-in function add>)[source]¶ Return a function that merge two lists by calling the input operation on the two input arguments. Parameters: join_fn Returns: