Skip to content

Commit

Permalink
Level06: throwLeft -> liftEither
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Nov 29, 2018
1 parent 18e3742 commit 3e1f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Level06/AppM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ liftEither
:: Either Error a
-> AppM a
liftEither =
error "throwLeft not implemented"
error "liftEither not implemented"

0 comments on commit 3e1f0c3

Please sign in to comment.