Skip to content
Snippets Groups Projects
Commit 3628bcbf authored by Marten Wijnja's avatar Marten Wijnja Committed by Ryan Scott
Browse files

Replace reference to ErrorT in module doc with ExceptT.

parent eaab74bf
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
-- with them, though doesn't mimic the module structure or offer the complete
-- range of features in those packages.
--
-- This is very similar to 'ErrorT' and 'MonadError', but based on features of
-- This is very similar to 'ExceptT' and 'MonadError', but based on features of
-- "Control.Exception". In particular, it handles the complex case of
-- asynchronous exceptions by including 'mask' in the typeclass. Note that the
-- extensible exceptions feature relies on the RankNTypes language extension.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment