Question: This is Function Programming Language (the code is writing on Ocaml). Q2. Write a function called is_member which take as parameters an item and a
This is Function Programming Language (the code is writing on "Ocaml"). Q2. Write a function called is_member which take as parameters an item and a list. It returns true if the item exists with the list and false otherwise. Run your code and demonstrate its results. Include the output in your answer. Which types of lists did you test?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
