Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printO :: Show a => a -> IO ()NoHoed Debug.Hoed.Pure No documentation available.
printCompactHtml :: Html -> IO ()blaze-colonnade Text.Blaze.Colonnade Pretty print an HTML table, stripping whitespace from inside <td>, <th>, and common inline tags. The implementation is inefficient and is incorrect in many corner cases. It is only provided to reduce the line count of the HTML printed by GHCi examples in this module's documentation. Use of this function is discouraged.
printVeryCompactHtml :: Html -> IO ()blaze-colonnade Text.Blaze.Colonnade Similar to printCompactHtml. Additionally strips all whitespace inside <tr> elements and <thead> elements.
printC :: forall a (m :: Type -> Type) o . (Show a, MonadIO m) => ConduitT a o m ()classy-prelude-yesod ClassyPrelude.Yesod Print all incoming values to stdout.
-
frisby Text.Parsers.Frisby.Char Match a printable Unicode character.
printException :: (HasLogger m, MonadIO m, HasDynFlags m) => SourceError -> m ()ghc-lib GHC Print the all diagnostics in a SourceError. Useful inside exception handlers.
printMinimalImports :: HscSource -> [ImportDeclUsage] -> RnM ()ghc-lib GHC.Rename.Names No documentation available.
printForUserTcRn :: SDoc -> TcRn ()ghc-lib GHC.Tc.Utils.Monad Like logInfoTcRn, but for user consumption
printDialogAcceptLabel :: AttrLabelProxy "acceptLabel"gi-gtk GI.Gtk No documentation available.
printDialogModal :: AttrLabelProxy "modal"gi-gtk GI.Gtk No documentation available.