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...



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 **)



Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here