Skip to content

Commit

Permalink
Level06/AppM.hs: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame authored Sep 9, 2019
1 parent 8c160ca commit 7bd18a9
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 @@ -91,4 +91,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 7bd18a9

Please sign in to comment.