Skip to content

Commit

Permalink
Another exercise mistake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Mar 20, 2019
1 parent 5a6dab6 commit 1c58c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
*/
// TODO
/*:
8. Given a value in `EnumKeyPath<A, C>` and a value in `EnumKeyPath<B, C>`, can you construct a value in `EnumKeyPath<A, Either<B, C>>`?
8. Given a value in `EnumKeyPath<A, B>` and a value in `EnumKeyPath<A, C>`, can you construct a value in `EnumKeyPath<A, Either<B, C>>`?
*/
// TODO

0 comments on commit 1c58c42

Please sign in to comment.