Question: 3. (10 ponts) Consider the following recursive ML datatype Nestedlist that models a nested list that is either empty (Nil), an atom of any type
3. (10 ponts) Consider the following recursive ML datatype Nestedlist that models a nested list that is either empty (Nil), an atom of any type (Atom of ta)or a list of nested lists (List or 'a Nostedlist list) datatype 'a Nestedtusta Nil (empty) Atom ofta an atom) List of a Nestetist list; or a list of Nestedrist) Define a recursive ML function unnest that accepts only a value of type 'a Nestedlist (i... a nested list) as an argument and returns a list, where every atom is at the same level of nesting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
