Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

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

    histogram-fill Data.Histogram.Bin.BinEnum

    Create enum based bin

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

    histogram-fill Data.Histogram.Bin.BinEnum

    Use full range of data

  3. data BinEnum2D i

    histogram-fill Data.Histogram.Bin.Extra

    Binning for 2D enumerations

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

    histogram-fill Data.Histogram.Bin.Extra

    Construct indexed bin

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

    histogram-fill Data.Histogram.Bin.Extra

    Convert value to index

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

    histogram-fill Data.Histogram.Bin.Extra

    Convert index to value

  7. fromEnum :: Enum a => a -> Int

    hledger-web Hledger.Web.Import

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  8. optionsEnum :: (MonadHandler m, Show a, Enum a, Bounded a) => m (OptionList a)

    hledger-web Hledger.Web.Import

    Creates an OptionList from an Enum, using its Show instance for the user-facing value.

  9. toEnum :: Enum a => Int -> a

    hledger-web Hledger.Web.Import

    Convert from an Int.

  10. type LineNum = Int

    hpp Hpp.Types

    Line numbers are represented as Ints

Page 196 of many | Previous | Next