Question: Use ocaml language Write a function contains_var : expression -> bool that returns true if and only if an expression contains a variable. Your implementation
Use ocaml language
Write a function contains_var : expression -> bool that returns true if and only if an expression contains a variable. Your implementation may be recursive (it need not be tail-recursive)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
