Question: OCAML PROGRAMMING LANGUAGE ONLY. Write a recursive function called member that takes an item and a list as arguments and returns true if the item
OCAML PROGRAMMING LANGUAGE ONLY.
Write a recursive function called member that takes an item and a list as arguments and returns true if the item is in the list and false otherwise. Use pattern matching to determine if the list is empty or not. You may not use any built-in list functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
