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:
parent
18e3742266
commit
3e1f0c3f07
@ -92,4 +92,4 @@ liftEither
|
||||
:: Either Error a
|
||||
-> AppM a
|
||||
liftEither =
|
||||
error "throwLeft not implemented"
|
||||
error "liftEither not implemented"
|
||||
|
Loading…
Reference in New Issue
Block a user