Question: Haskell: Write a function char_to_int char that takes a character representing a number between zero and nine, and returns the corresponding integer. So char_to_int '1'

Haskell:

Write a function char_to_int char that takes a character representing a number between zero and nine, and returns the corresponding integer.

So char_to_int '1' should return the integer 1, and char_to_int '2' should return 2, and so on.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!