Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
mainland-pretty Text.PrettyPrint.Mainland The document lbracket consists of a right brace, "[".
-
mainland-pretty Text.PrettyPrint.Mainland The document rbracket consists of a right brace, "]".
exnBracket :: forall e m a b . MonadTunnelIO m => Exn m e -> m a -> (a -> m ()) -> (a -> m b) -> m bmonadology Control.Monad.Ology.Data.Exn No documentation available.
exnBracket_ :: forall e m . MonadTunnelIO m => Exn m e -> m () -> m () -> m --> mmonadology Control.Monad.Ology.Data.Exn No documentation available.
-
nicify-lib Text.Nicify No documentation available.
-
prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen No documentation available.
-
prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen No documentation available.
ErrorMissingBracket :: ErrorCodere2 Regex.RE2 No documentation available.
openBracket :: MonadResource m => FilePath -> Options -> m (ReleaseKey, DB)rocksdb-haskell Database.RocksDB.Base Open a database The returned handle will automatically be released when the enclosing runResourceT terminates.
withSnapshotBracket :: MonadResource m => DB -> (Snapshot -> m a) -> m arocksdb-haskell Database.RocksDB.Base Run an action with a snapshot of the database. The snapshot will be released when the action terminates or throws an exception. Note that this function is provided for convenience and does not prevent the Snapshot handle to escape. It will, however, be invalid after this function returns and should not be used anymore.