In Haskell language
![7.runLengthDecode:: [(Int, Char)] -> String Write a function that takes the output of runLengthEncode and returns the origina](https://media.cheggcdn.com/media%2F7db%2F7db32b56-9ee5-4555-a602-751f836a4c18%2FphpRdQsl3.png)
7.runLengthDecode:: [(Int, Char)] -> String Write a function that takes the output of runLengthEncode and returns the original string. Examples runLengthDecode [(1,’h’), (5,’i’)] >runLengthDecode $ runLengthEncode “whhhhaaaaat?” Permitted functions: (++),(),replicate Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .