Question: HASKELL ONLY. Design a function in haskell that takes in a single digit from 0-9 and prints the number as english text. Basically the function
HASKELL ONLY.
Design a function in haskell that takes in a single digit from 0-9 and prints the number as english text. Basically the function will take in an int and return a string.please no imports.
For example
readDigit 2
"two" //what is returned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
