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.
-
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.
-
histogram-fill Data.Histogram.Bin.BinEnum No documentation available.
binEnum :: Enum a => a -> a -> BinEnum ahistogram-fill Data.Histogram.Bin.BinEnum Create enum based bin
binEnumFull :: (Enum a, Bounded a) => BinEnum ahistogram-fill Data.Histogram.Bin.BinEnum Use full range of data
-
histogram-fill Data.Histogram.Bin.Extra Binning for 2D enumerations
binEnum2D :: Enum2D i => i -> i -> BinEnum2D ihistogram-fill Data.Histogram.Bin.Extra Construct indexed bin
fromEnum2D :: Enum2D a => a -> (Int, Int)histogram-fill Data.Histogram.Bin.Extra Convert value to index
toEnum2D :: Enum2D a => (Int, Int) -> ahistogram-fill Data.Histogram.Bin.Extra Convert index to value
fromEnum :: Enum a => a -> Inthledger-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.
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.