We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2fe9 commit 3d60148Copy full SHA for 3d60148
doc/cookbook/managed-resource/ManagedResource.lhs
@@ -9,7 +9,7 @@ As usual, we start with a little bit of throat clearing.
9
{-# LANGUAGE DataKinds #-}
10
{-# LANGUAGE TypeOperators #-}
11
import Control.Concurrent
12
-import Control.Exception (bracket, throwIO)
+import Control.Exception (bracket)
13
import Control.Monad.IO.Class
14
import Control.Monad.Trans.Resource
15
import Data.Acquire
0 commit comments