Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
printMessages :: Diagnostic a => Logger -> DiagnosticOpts a -> DiagOpts -> Messages a -> IO ()liquidhaskell-boot Liquid.GHC.API No documentation available.
printSDoc :: SDocContext -> Mode -> Handle -> SDoc -> IO ()liquidhaskell-boot Liquid.GHC.API The analog of printDoc_ for SDoc, which tries to make sure the terminal doesn't get screwed up by the ANSI color codes if an exception is thrown during pretty-printing.
printSDocLn :: SDocContext -> Mode -> Handle -> SDoc -> IO ()liquidhaskell-boot Liquid.GHC.API Like printSDoc but appends an extra newline.
printLocation :: Location base -> Textpath-extra Path.Extended No documentation available.
printChart :: Show a => Bool -> (ChartOptions -> IO Bool) -> a -> IO ()prettychart Prettychart.Server Print a chart supplying a ChartOptions consumer, and a showable thing that may be chartable. The first argument flags whether to also print the item to stdout.
-
sbv Data.SBV Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV Print algebraic real values with this precision. (SReal, default: 16)
-
sbv Data.SBV.Dynamic Print integral literals in this base (2, 10, and 16 are supported.)
printRealPrec :: SMTConfig -> Intsbv Data.SBV.Dynamic Print algebraic real values with this precision. (SReal, default: 16)
-
sbv Data.SBV.Internals Print integral literals in this base (2, 10, and 16 are supported.)