Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bracketByteString :: forall (m :: Type -> Type) a b . MonadResource m => IO a -> (a -> IO ()) -> (a -> ByteStream m b) -> ByteStream m b

    streaming-bytestring Streaming.ByteString.Internal

    Like bracket, but specialized for ByteString.

  2. brackets :: Doc a -> Doc a

    wl-pprint-annotated Text.PrettyPrint.Annotated.WL

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  3. bracketedSpanSpec :: forall (m :: Type -> Type) il bl . (Monad m, IsInline il, HasSpan il) => SyntaxSpec m il bl

    commonmark-extensions Commonmark.Extensions.Attributes

    No documentation available.

  4. bracketFormat :: LogItem a => ItemFormatter a

    katip Katip

    A traditional bracketed log format. Contexts and other information will be flattened out into bracketed fields. For example:

    [2016-05-11 21:01:15][MyApp][Info][myhost.example.com][PID 1724][ThreadId 1154][main:Helpers.Logging Helpers/Logging.hs:32:7] Started
    [2016-05-11 21:01:15][MyApp.confrabulation][Debug][myhost.example.com][PID 1724][ThreadId 1154][confrab_factor:42.0][main:Helpers.Logging Helpers/Logging.hs:41:9] Confrabulating widgets, with extra namespace and context
    [2016-05-11 21:01:15][MyApp][Info][myhost.example.com][PID 1724][ThreadId 1154][main:Helpers.Logging Helpers/Logging.hs:43:7] Namespace and context are back to normal
    

  5. bracketFormat :: LogItem a => ItemFormatter a

    katip Katip.Scribes.Handle

    A traditional bracketed log format. Contexts and other information will be flattened out into bracketed fields. For example:

    [2016-05-11 21:01:15][MyApp][Info][myhost.example.com][PID 1724][ThreadId 1154][main:Helpers.Logging Helpers/Logging.hs:32:7] Started
    [2016-05-11 21:01:15][MyApp.confrabulation][Debug][myhost.example.com][PID 1724][ThreadId 1154][confrab_factor:42.0][main:Helpers.Logging Helpers/Logging.hs:41:9] Confrabulating widgets, with extra namespace and context
    [2016-05-11 21:01:15][MyApp][Info][myhost.example.com][PID 1724][ThreadId 1154][main:Helpers.Logging Helpers/Logging.hs:43:7] Namespace and context are back to normal
    

  6. brackets :: Builder -> Builder

    katip Katip.Scribes.Handle

    No documentation available.

  7. brackets :: StyleDoc -> StyleDoc

    rio-prettyprint RIO.PrettyPrint

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  8. brackets :: StyleDoc -> StyleDoc

    rio-prettyprint Text.PrettyPrint.Leijen.Extended

    Document (brackets x) encloses document x in square brackets, "[" and "]".

  9. brackets :: Printer p => p -> p

    text-printer Text.Printer

    Enclose a Printer with square brackets.

  10. brackets :: IsString s => Doc s -> Doc s

    algebraic-graphs Algebra.Graph.Export

    Wrap a document in square brackets.

    brackets "i"    == "[i]"
    brackets mempty == "[]"
    

Page 14 of many | Previous | Next