Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. fromLabelMap :: LabelMap -> [Label]

    hetzner Hetzner.Cloud

    Get a list of labels from a label map.

  2. toLabelMap :: [Label] -> LabelMap

    hetzner Hetzner.Cloud

    Build a label map from a list of labels.

  3. guessTargetMapped :: GhcMonad m => (FilePath, FilePath) -> m Target

    hie-bios HIE.Bios.Ghc.Load

    A variant of guessTarget which after guessing the target for a filepath, overwrites the target file to be a temporary file.

  4. bmap :: (Unbox a, Unbox b, Bin bin) => (BinValue bin -> a -> b) -> Histogram bin a -> Histogram bin b

    histogram-fill Data.Histogram

    No documentation available.

  5. fmapBinX :: (Bin bx, Bin bx') => (bx -> bx') -> Bin2D bx by -> Bin2D bx' by

    histogram-fill Data.Histogram.Bin.Bin2D

    Apply function to X binning algorithm. If new binning algorithm have different number of bins will fail.

  6. fmapBinY :: (Bin by, Bin by') => (by -> by') -> Bin2D bx by -> Bin2D bx by'

    histogram-fill Data.Histogram.Bin.Bin2D

    Apply function to Y binning algorithm. If new binning algorithm have different number of bins will fail.

  7. bmap :: forall (v :: Type -> Type) a b bin . (Vector v a, Vector v b, Bin bin) => (BinValue bin -> a -> b) -> Histogram v bin a -> Histogram v bin b

    histogram-fill Data.Histogram.Generic

    Map histogram using bin value and content. Overflows and underflows are set to Nothing.

  8. PersistMap :: [(Text, PersistValue)] -> PersistValue

    hledger-web Hledger.Web.Import

    No documentation available.

  9. type SessionMap = Map Text ByteString

    hledger-web Hledger.Web.Import

    No documentation available.

  10. checkMMap :: (Monad m, RenderMessage (HandlerSite m) msg) => (a -> m (Either msg b)) -> (b -> a) -> Field m a -> Field m b

    hledger-web Hledger.Web.Import

    Same as checkM, but modifies the datatype. In order to make this work, you must provide a function to convert back from the new datatype to the old one (the second argument to this function). Since 1.1.2

Page 1180 of many | Previous | Next