Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. format :: (HasCallStack, FormatType r) => Format -> r

    fmt Fmt

    An old-style formatting function taken from text-format (see Data.Text.Format). Unlike format from Data.Text.Format, it can produce String and strict Text as well (and print to console too). Also it's polyvariadic:

    >>> format "{} + {} = {}" 2 2 4
    2 + 2 = 4
    
    You can use arbitrary formatters:
    >>> format "0x{} + 0x{} = 0x{}" (hexF 130) (hexF 270) (hexF (130+270))
    0x82 + 0x10e = 0x190
    

  2. formatLn :: (HasCallStack, FormatType r) => Format -> r

    fmt Fmt

    Like format, but adds a newline.

  3. format :: (HasCallStack, FormatType r) => Format -> r

    fmt Fmt.Internal.Template

    An old-style formatting function taken from text-format (see Data.Text.Format). Unlike format from Data.Text.Format, it can produce String and strict Text as well (and print to console too). Also it's polyvariadic:

    >>> format "{} + {} = {}" 2 2 4
    2 + 2 = 4
    
    You can use arbitrary formatters:
    >>> format "0x{} + 0x{} = 0x{}" (hexF 130) (hexF 270) (hexF (130+270))
    0x82 + 0x10e = 0x190
    

  4. format' :: FormatType r => Format -> [Builder] -> r

    fmt Fmt.Internal.Template

    No documentation available.

  5. formatLn :: (HasCallStack, FormatType r) => Format -> r

    fmt Fmt.Internal.Template

    Like format, but adds a newline.

  6. forget :: AttributeKey a -> AttributeKey Attribute

    hs-opentelemetry-api OpenTelemetry.Attributes.Key

    No documentation available.

  7. forceFlushLoggerProvider :: MonadIO m => LoggerProvider -> Maybe Int -> m FlushResult

    hs-opentelemetry-api OpenTelemetry.Internal.Logs.Core

    This method provides a way for provider to immediately export all LogRecords that have not yet been exported for all the internal processors.

  8. forceFlushLoggerProvider :: MonadIO m => LoggerProvider -> Maybe Int -> m FlushResult

    hs-opentelemetry-api OpenTelemetry.Logs.Core

    This method provides a way for provider to immediately export all LogRecords that have not yet been exported for all the internal processors.

  9. forceFlushTracerProvider :: MonadIO m => TracerProvider -> Maybe Int -> m FlushResult

    hs-opentelemetry-api OpenTelemetry.Trace.Core

    This method provides a way for provider to immediately export all spans that have not yet been exported for all the internal processors.

  10. fore :: Colour -> Chunk -> Chunk

    safe-coloured-text Text.Colour

    No documentation available.

Page 49 of many | Previous | Next