Get rid of unnecessary Monad constraint
This commit is contained in:
parent
daf8aa76fe
commit
6c3c8e63d0
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ invalidatableVerifiedCopy mk u check = do
|
||||||
-- Constructs a VerifiedCopy, and runs the action, ensuring that the
|
-- Constructs a VerifiedCopy, and runs the action, ensuring that the
|
||||||
-- verified copy is invalidated when the action returns, or on error.
|
-- verified copy is invalidated when the action returns, or on error.
|
||||||
withVerifiedCopy
|
withVerifiedCopy
|
||||||
:: (Monad m, MonadMask m, MonadIO m, ToUUID u)
|
:: (MonadMask m, MonadIO m, ToUUID u)
|
||||||
=> (V -> VerifiedCopy)
|
=> (V -> VerifiedCopy)
|
||||||
-> u
|
-> u
|
||||||
-> IO Bool
|
-> IO Bool
|
||||||
|
|
Loading…
Reference in a new issue