Skip to content

Commit

Permalink
Adds missing exercise from Episode 6 to its playground file. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdev authored and mbrandonw committed Jul 30, 2019
1 parent 8076a4d commit c77d481
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ struct Location {
*/
// TODO
/*:
6. What is the difference between a function of the form `((A) -> B) -> (C) -> (D)` and one of the form `(A) -> (B) -> (C) -> D`?
6. Write a setter for a dictionary that traverses into a key to set a value if and only if that value already exists.
*/
// TODO
/*:
7. What is the difference between a function of the form `((A) -> B) -> (C) -> (D)` and one of the form `(A) -> (B) -> (C) -> D`?
*/
// TODO

0 comments on commit c77d481

Please sign in to comment.