Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fprintfHistogram :: FilePath -> String -> String -> Histogram -> IO ()hmatrix-gsl-stats Numeric.GSL.Histogram saves the histogram with the given formats (%f,%e,%g) for ranges and bins each line comprises: range[i] range[i+1] bin[i]
fprintfHistogram2D :: FilePath -> String -> String -> Histogram2D -> IO ()hmatrix-gsl-stats Numeric.GSL.Histogram2D saves the histogram with the given formats (%f,%e,%g) for ranges and bins each line comprises: xrange[i] xrange[i+1] xrange[j] xrange[j+1] bin(i,j)
fprintfPermutation :: FilePath -> String -> Permutation -> IO ()hmatrix-gsl-stats Numeric.GSL.Permutation saves the permutation with the given format
-
ihaskell IHaskell.Eval.Parser Print without evaluating via ':sprint'.
hPrint :: Show a => Handle -> a -> IO ()ihaskell IHaskellPrelude Computation hPrint hdl t writes the string representation of t given by the shows function to the file or channel managed by hdl and appends a newline. This operation may fail with:
- isFullError if the device is full; or
- isPermissionError if another system resource limit would be exceeded.
type
JiraPrinter a = Reader PrinterState ajira-wiki-markup Text.Jira.Printer No documentation available.
linearPrintFirstLine :: FilePath -> IO ()linear-base Simple.FileIO No documentation available.
module Language.Fixpoint.Types.
PrettyPrint No documentation available.
-
liquid-fixpoint Language.Fixpoint.Types.PrettyPrint Implement either pprintTidy or pprintPrec
pprint :: PPrint a => a -> Docliquid-fixpoint Language.Fixpoint.Types.PrettyPrint Top-level pretty printer