Question: In Ocaml, write a recursive function that takes an item and a list as arguments and returns true if the item is in the list
In Ocaml, write a recursive function that takes an item and a list as arguments and returns true if the item is in the list and false otherwise. DO NOT USE 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
