Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. listSumEq :: forall w (t :: [Type]) . (forall a . () => w a -> Dict (Eq a)) -> ListType w t -> Dict (Eq (ListSum t))

    witness Data.Type.Witness.Specific.List.Sum

    No documentation available.

  2. listSumShow :: forall w (t :: [Type]) . (forall a . () => w a -> Dict (Show a)) -> ListType w t -> Dict (Show (ListSum t))

    witness Data.Type.Witness.Specific.List.Sum

    No documentation available.

  3. listIndices :: MonadBH m => m [IndexName]

    bloodhound Database.Bloodhound.Common.Client

    listIndices returns a list of all index names on a given Server

  4. listIndices :: BHRequest StatusDependant [IndexName]

    bloodhound Database.Bloodhound.Common.Requests

    listIndices returns a list of all index names on a given Server

  5. listFromDeltaSet :: DeltaSet a -> [DeltaSet1 a]

    delta-types Data.Delta.Set

    Flatten a DeltaSet to a list of DeltaSet1. In the result list, the set of a appearing as Insert a is disjoint from the set of a appearing as Delete a.

  6. listKind :: Kind -> Kind

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple.TH

    No documentation available.

  7. listSlicesAlongX :: (Unbox a, Bin bX, Bin bY) => Histogram (Bin2D bX bY) a -> [(BinValue bY, Histogram bX a)]

    histogram-fill Data.Histogram

    No documentation available.

  8. listSlicesAlongY :: (Unbox a, Bin bX, Bin bY) => Histogram (Bin2D bX bY) a -> [(BinValue bX, Histogram bY a)]

    histogram-fill Data.Histogram

    No documentation available.

  9. listSlicesAlongX :: forall (v :: Type -> Type) a bX bY . (Vector v a, Bin bX, Bin bY) => Histogram v (Bin2D bX bY) a -> [(BinValue bY, Histogram v bX a)]

    histogram-fill Data.Histogram.Generic

    Slice 2D histogram along Y axis. This function is fast because it does not require reallocations.

  10. listSlicesAlongY :: forall (v :: Type -> Type) a bX bY . (Vector v a, Bin bX, Bin bY) => Histogram v (Bin2D bX bY) a -> [(BinValue bX, Histogram v bY a)]

    histogram-fill Data.Histogram.Generic

    Slice 2D histogram along X axis.

Page 28 of many | Previous | Next