Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. arbitraryFingerprint :: Gen Fingerprint

    haskoin-core Haskoin.Util.Arbitrary.Keys

    No documentation available.

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

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

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

    hmatrix-gsl-stats Numeric.GSL.Permutation

    saves the permutation with the given format

  5. SPrint :: DirectiveType

    ihaskell IHaskell.Eval.Parser

    Print without evaluating via ':sprint'.

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

  7. type JiraPrinter a = Reader PrinterState a

    jira-wiki-markup Text.Jira.Printer

    No documentation available.

  8. linearPrintFirstLine :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  9. module Language.Fixpoint.Types.PrettyPrint

    No documentation available.

  10. class PPrint a

    liquid-fixpoint Language.Fixpoint.Types.PrettyPrint

    Implement either pprintTidy or pprintPrec

Page 363 of many | Previous | Next