Question: (a) Write a function numbering that takes in a list and returns a list of pairs whose second components indicate their positions in the list.
(a) Write a function numbering that takes in a list and returns a list of pairs whose second components indicate their positions in the list. For example, numbering [3,7,8] == [(3,1),(7,2),(8,3)] Answer required in haskell code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
