Hello, I've been trying to make a haskell function that gives two lists a few times and returns a new list
Where this new list is the union of the other two lists but without repetitions, ie a [1,2,3] [3,2,1] list should return [ 1,2,3] o...
asked by
09.05.2018 / 10:33