What is the Elixir approach to merge two lists into a single list of tuples?
list1 = [1, 2, 3, 4] list2 = [5, 6, 7, 8] # List of tuples from \'list1\' and \'