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. logPrintStderr :: forall a (m :: Type -> Type) . (Show a, MonadIO m) => LogAction m a

    co-log-core Colog.Core.IO

    Action that prints to stderr using Show. This action does not flush the output buffer. If buffering mode is block buffering, the effect of this action can be delayed.

    >>> logPrintStderr <& 5
    5
    

  2. withLogPrintFile :: forall a (m :: Type -> Type) r . (Show a, MonadIO m) => FilePath -> (LogAction m a -> IO r) -> IO r

    co-log-core Colog.Core.IO

    Action that prints to a file using Show. See withLogStringFile for details.

  3. layoutManagersPrintMsgE :: EditorM ()

    yi-core Yi.Editor

    Prints the description of the current layout manager in the status bar

  4. bprint :: Format Builder a -> a

    formatting Formatting

    Run the formatter and return a Builder value.

  5. fprint :: MonadIO m => Format (m ()) a -> a

    formatting Formatting

    Run the formatter and print out the text to stdout.

  6. fprintLn :: MonadIO m => Format (m ()) a -> a

    formatting Formatting

    Run the formatter and print out the text to stdout, followed by a newline.

  7. hprint :: MonadIO m => Handle -> Format (m ()) a -> a

    formatting Formatting

    Run the formatter and put the output onto the given Handle.

  8. hprintLn :: MonadIO m => Handle -> Format (m ()) a -> a

    formatting Formatting

    Run the formatter and put the output and a newline onto the given Handle.

  9. bprint :: Format Builder a -> a

    formatting Formatting.Internal

    Run the formatter and return a Builder value.

  10. fprint :: MonadIO m => Format (m ()) a -> a

    formatting Formatting.Internal

    Run the formatter and print out the text to stdout.

Page 300 of many | Previous | Next