Question: In ML, write a function my length of type 'a list -> int that returns the length of a list. (Of course, you may not
In ML, write a function my length of type 'a list -> int that returns the length of a list. (Of course, you may not use the predefined length function to do it.)
Answer must use foldl or foldr.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
