Question: Write an ML (SML; Standard Meta Language) function getith(i,L) that takes an integer i and a list L, and returns the ith element on list
Write an ML (SML; Standard Meta Language) function getith(i,L) that takes an integer i and a list L, and returns the ith element on list L. Write exception definition, raise and handler if i is < 1 or if i > length of L.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
