Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. parseNumber :: Parser Value

    hedn Data.EDN.AST.Parser

    No documentation available.

  2. module Data.Histogram.Bin.BinEnum

    No documentation available.

  3. newtype BinEnum a

    histogram-fill Data.Histogram.Bin.BinEnum

    Bin for types which are instnaces of Enum type class. Value are converted to Int using fromEnum first and then binned.

  4. BinEnum :: BinI -> BinEnum a

    histogram-fill Data.Histogram.Bin.BinEnum

    No documentation available.

  5. binEnum :: Enum a => a -> a -> BinEnum a

    histogram-fill Data.Histogram.Bin.BinEnum

    Create enum based bin

  6. binEnumFull :: (Enum a, Bounded a) => BinEnum a

    histogram-fill Data.Histogram.Bin.BinEnum

    Use full range of data

  7. data BinEnum2D i

    histogram-fill Data.Histogram.Bin.Extra

    Binning for 2D enumerations

  8. binEnum2D :: Enum2D i => i -> i -> BinEnum2D i

    histogram-fill Data.Histogram.Bin.Extra

    Construct indexed bin

  9. fromEnum2D :: Enum2D a => a -> (Int, Int)

    histogram-fill Data.Histogram.Bin.Extra

    Convert value to index

  10. toEnum2D :: Enum2D a => (Int, Int) -> a

    histogram-fill Data.Histogram.Bin.Extra

    Convert index to value

Page 196 of many | Previous | Next