diff options
Diffstat (limited to 'hsm-core/Hsm/Core/Bracket.hs')
-rw-r--r-- | hsm-core/Hsm/Core/Bracket.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hsm-core/Hsm/Core/Bracket.hs b/hsm-core/Hsm/Core/Bracket.hs index f666d86..92428de 100644 --- a/hsm-core/Hsm/Core/Bracket.hs +++ b/hsm-core/Hsm/Core/Bracket.hs @@ -4,10 +4,11 @@ module Hsm.Core.Bracket ( bracketConst , bracketCont , bracketLiftIO_ - ) where + ) +where import Control.Monad.Trans.Cont (Cont, cont) -import Effectful (Eff, IOE, (:>), liftIO) +import Effectful (Eff, IOE, liftIO, (:>)) import Effectful.Exception (bracket, bracket_) -- Ignores allocated resource in the action |