Question: Write an Oz function called UnZip which converts a list of pairs to a pair of lists. For example, (UnZip [a#1 b#2 c#3]) returns [a
Write an Oz function called UnZip which converts a list of pairs to a pair of lists. For example, (UnZip [a#1 b#2 c#3]) returns [a b c] # [1 2 3].
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
