1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 06:38:40 +03:00

Level06: throwLeft -> liftEither

This commit is contained in:
Simon Holywell 2018-11-29 14:07:30 +10:00
parent 18e3742266
commit 3e1f0c3f07

View File

@ -92,4 +92,4 @@ liftEither
:: Either Error a
-> AppM a
liftEither =
error "throwLeft not implemented"
error "liftEither not implemented"