Skip to content

Commit

Permalink
Fix exercise mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Mar 20, 2019
1 parent fccc54e commit 5a6dab6
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<Either<A, B>, C>`?
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>>`?
*/
// TODO

0 comments on commit 5a6dab6

Please sign in to comment.