Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. PercentDiff :: GroupStyle

    bench-show BenchShow.Internal.Common

    If the value of the group being compared is higher than the baseline then display the difference as percentage of baseline otherwise display the difference as a percentage of the group being compared.

  2. data Presentation

    bench-show BenchShow.Internal.Common

    How to present the reports or graphs. Each report presents a number of benchmarks as rows, it may have, (1) a single column presenting the values for a single field, (2) multiple columns presenting values for different fields, or (3) multiple columns presenting values of the same field for different groups.

  3. module BenchShow.Internal.Pretty

    No documentation available.

  4. module Data.BEncode.Parser

    Deprecated: Use Data.BEncode.Reader instead

  5. module Text.BibTeX.Parse

    The parsers in this module also skip trailing spaces.

  6. module Codec.Image.PBM

    Encode and decode both versions (binary P4 and plain P1) of PBM: the portable bitmap lowest common denominator monochrome image file format. References:

    Bugs:
    • This implementation is not fully compliant with the PBM specification, with respect to point 8 in the second reference above which states that a comment can actually be in the middle of what you might consider a token Such a pathological PBM file might be rejected by decodePBM, but may instead be wrongly decoded if (for example) the comment were in the middle of the image width token, leading to it being interpreted as a (smaller) width and height.

  7. data PBM

    bitwise Codec.Image.PBM

    A decoded PBM image. pbmWidth must be less or equal to the width of the pbmPixels array (which has its first index in Y and the second in X, with lowest coordinates at the top left). False pixels are white, True pixels are black. Pixels to the right of pbmWidth are don't care padding bits. However, these padding bits are likely to invalidate aggregrate fold operations. See trimPBM.

  8. PBM :: Int -> !BitArray (Int, Int) -> PBM

    bitwise Codec.Image.PBM

    No documentation available.

  9. module Bluefin.Internal.Pipes

    No documentation available.

  10. type Pipe a = Proxy () a ()

    bluefin-internal Bluefin.Internal.Pipes

    No documentation available.

Page 800 of many | Previous | Next