Question: using ML Using ML, Write a function ordlist of type char list -> int list that take a list of characters and returns the list

using ML
Using 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 [rA', #, # you should get [65, 98, 671 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
