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.
format :: (HasCallStack, FormatType r) => Format -> rfmt 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 = 4You can use arbitrary formatters:>>> format "0x{} + 0x{} = 0x{}" (hexF 130) (hexF 270) (hexF (130+270)) 0x82 + 0x10e = 0x190formatLn :: (HasCallStack, FormatType r) => Format -> rfmt Fmt Like format, but adds a newline.
format :: (HasCallStack, FormatType r) => Format -> rfmt 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 = 4You can use arbitrary formatters:>>> format "0x{} + 0x{} = 0x{}" (hexF 130) (hexF 270) (hexF (130+270)) 0x82 + 0x10e = 0x190format' :: FormatType r => Format -> [Builder] -> rfmt Fmt.Internal.Template No documentation available.
formatLn :: (HasCallStack, FormatType r) => Format -> rfmt Fmt.Internal.Template Like format, but adds a newline.
forget :: AttributeKey a -> AttributeKey Attributehs-opentelemetry-api OpenTelemetry.Attributes.Key No documentation available.
forceFlushLoggerProvider :: MonadIO m => LoggerProvider -> Maybe Int -> m FlushResulths-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.
forceFlushLoggerProvider :: MonadIO m => LoggerProvider -> Maybe Int -> m FlushResulths-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.
forceFlushTracerProvider :: MonadIO m => TracerProvider -> Maybe Int -> m FlushResulths-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.
fore :: Colour -> Chunk -> Chunksafe-coloured-text Text.Colour No documentation available.