Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. type BimapHashMap d c = Bimap HashMap d c HashMap c d

    bimaps Data.Bijection.HashMap

    No documentation available.

  2. data HashMap k v

    bimaps Data.Bijection.HashMap

    A map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.

  3. foldMap :: (Monoid m, AsEnumSet a) => (a -> m) -> EnumSet a -> m

    bitwise-enum Data.Enum.Set

    O(n). Map each element of the structure to a monoid, and combine the results.

  4. foldMap :: (Monoid m, FiniteBits w, Num w, Enum a) => (a -> m) -> EnumSet w a -> m

    bitwise-enum Data.Enum.Set.Base

    O(n). Map each element of the structure to a monoid, and combine the results.

  5. fedisplacementmap :: Svg

    blaze-svg Text.Blaze.Svg11

    Combinator for the <feDisplacementMap /> element.

  6. data IndexMappingsLimits

    bloodhound Database.Bloodhound.Client.Cluster

    'IndexMappingsLimits is used to configure index's limits. https://www.elastic.co/guide/en/elasticsearch/reference/master/mapping-settings-limit.html

  7. IndexMappingsLimits :: Maybe Int -> Maybe Int -> Maybe Int -> Maybe Int -> IndexMappingsLimits

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  8. defaultIndexMappingsLimits :: IndexMappingsLimits

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  9. indexMappingsLimitDepth :: IndexMappingsLimits -> Maybe Int

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  10. indexMappingsLimitDepthLens :: Lens' IndexMappingsLimits (Maybe Int)

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 1123 of many | Previous | Next