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.

  1. lbracket :: Doc

    mainland-pretty Text.PrettyPrint.Mainland

    The document lbracket consists of a right brace, "[".

  2. rbracket :: Doc

    mainland-pretty Text.PrettyPrint.Mainland

    The document rbracket consists of a right brace, "]".

  3. exnBracket :: forall e m a b . MonadTunnelIO m => Exn m e -> m a -> (a -> m ()) -> (a -> m b) -> m b

    monadology Control.Monad.Ology.Data.Exn

    No documentation available.

  4. exnBracket_ :: forall e m . MonadTunnelIO m => Exn m e -> m () -> m () -> m --> m

    monadology Control.Monad.Ology.Data.Exn

    No documentation available.

  5. XBrackets :: [X] -> X

    nicify-lib Text.Nicify

    No documentation available.

  6. lbracket :: Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

  7. rbracket :: Doc

    prettyprinter-compat-ansi-wl-pprint Text.PrettyPrint.ANSI.Leijen

    No documentation available.

  8. ErrorMissingBracket :: ErrorCode

    re2 Regex.RE2

    No documentation available.

  9. 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.

  10. withSnapshotBracket :: MonadResource m => DB -> (Snapshot -> m a) -> m a

    rocksdb-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.

Page 49 of many | Previous | Next