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.

  1. 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]

  2. 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)

  3. fprintfPermutation :: FilePath -> String -> Permutation -> IO ()

    hmatrix-gsl-stats Numeric.GSL.Permutation

    saves the permutation with the given format

  4. SPrint :: DirectiveType

    ihaskell IHaskell.Eval.Parser

    Print without evaluating via ':sprint'.

  5. 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:

  6. type JiraPrinter a = Reader PrinterState a

    jira-wiki-markup Text.Jira.Printer

    No documentation available.

  7. linearPrintFirstLine :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  8. module Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  9. class PPrint a

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    Implement either pprintTidy or pprintPrec

  10. pprint :: PPrint a => a -> Doc

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    Top-level pretty printer

Page 230 of many | Previous | Next