Skip to content
Snippets Groups Projects
Commit b3eebc03 authored by Joshua Freeman's avatar Joshua Freeman
Browse files

Update exercise-11.md: suggest clarification of question 2.3

parent b8af1bee
No related branches found
No related tags found
No related merge requests found
...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment