Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
exceptions
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
exceptions
Commits
3628bcbf
Commit
3628bcbf
authored
1 year ago
by
Marten Wijnja
Committed by
Ryan Scott
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Replace reference to ErrorT in module doc with ExceptT.
parent
eaab74bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Control/Monad/Catch.hs
+1
-1
1 addition, 1 deletion
src/Control/Monad/Catch.hs
with
1 addition
and
1 deletion
src/Control/Monad/Catch.hs
+
1
−
1
View file @
3628bcbf
...
...
@@ -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 'E
rror
T' and 'MonadError', but based on features of
-- This is very similar to 'E
xcept
T' 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment