Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qfpl/applied-fp-course
Browse files Browse the repository at this point in the history
  • Loading branch information
mankyKitty committed Sep 11, 2019
2 parents abb0f7c + 7bd18a9 commit 59cb74d
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 @@ -88,4 +88,4 @@ instance Bifunctor AppM where
-- pure :: Applicative m => a -> m a
--
liftEither :: Either e a -> AppM e a
liftEither = error "throwLeft not implemented"
liftEither = error "liftEither not implemented"

0 comments on commit 59cb74d

Please sign in to comment.