Question: Using the programming language ML, Write a function ordlist of type char list -> int list that take a list of characters and returns the
Using the programming language ML, Write a function ordlist of type char list -> int list that take a list of characters and returns the list of integer codes of those characters. For example, if you evaluate ordlist [#A, #b, #C] you should get [65, 98, 67]. val ordList - fn : char list -> int list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
