Please do the following in OCAML language and try to complete the program fully and without errors.
Problem 1
Now in a similar fashion to plus (using apply_n), define expon a function that takes the first argument to the power of the second argument.
` let expon a b = (** YOUR CODE HERE **)`
Example: expon 4 5 (** => 1024 **)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here