Question: I need to write a Haskell program for this question 2. [10 marks] The function parse id, which takes your Student ID as input, and
I need to write a Haskell program for this question
2. [10 marks] The function "parse id", which takes your Student ID as input, and returns a string with characters and digits regrouped.
The Haskell interaction may look like: > parse "A123B456" "AB123456" > parse "P234Q446" "PQ234446"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
