Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Tennie
exceptions
Commits
28a923c7
Unverified
Commit
28a923c7
authored
Jun 29, 2017
by
Michael Snoyman
Browse files
Doc improvement suggestion from @ivan-m
parent
af59d648
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Control/Monad/Catch.hs
View file @
28a923c7
...
...
@@ -194,7 +194,7 @@ class MonadCatch m => MonadMask m where
->
(
a
->
b
->
m
c
)
-- ^ cleanup, no exception thrown
->
(
a
->
SomeException
->
m
ignored
)
-- ^ cleanup, some exception thrown
. T
he exception will be rethrown
-- ^ cleanup, some exception thrown
; t
he exception will be rethrown
->
(
a
->
m
b
)
-- ^ inner action to perform with the resource
->
m
c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment