Skip to content
Snippets Groups Projects
Unverified Commit 28a923c7 authored by Michael Snoyman's avatar Michael Snoyman
Browse files

Doc improvement suggestion from @ivan-m

parent af59d648
No related branches found
No related tags found
No related merge requests found
......@@ -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. The exception will be rethrown
-- ^ cleanup, some exception thrown; the exception will be rethrown
-> (a -> m b)
-- ^ inner action to perform with the resource
-> m c
......
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