Skip to content

Commit

Permalink
Doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
ozataman committed Mar 18, 2015
1 parent 727006b commit 610cc0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Control/Retry.hs
Expand Up @@ -266,7 +266,9 @@ recovering
-- ^ Just use 'def' for default settings
-> [(Int -> Handler m Bool)]
-- ^ Should a given exception be retried? Action will be
-- retried if this returns True.
-- retried if this returns True *and* the policy allows it.
-- This action will be consulted first even if the policy
-- later blocks it.
-> m a
-- ^ Action to perform
-> m a
Expand Down

0 comments on commit 610cc0d

Please sign in to comment.