@@ -66,4 +66,4 @@ Give an implementation of the `map` function which takes a Church-encoded list a
...
@@ -66,4 +66,4 @@ Give an implementation of the `map` function which takes a Church-encoded list a
### Question 2.3
### Question 2.3
Give an implementation of the `foldRight` function which takes a Church-encoded list and a function and returns the result of `foldRight`. You may use recursion in your definitions.
Give an implementation of the `foldRight` function which takes a Church-encoded list, an initial value, and a function and returns the result of `foldRight`. You may use recursion in your definitions.