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.
type
BimapHashMap d c = Bimap HashMap d c HashMap c dbimaps Data.Bijection.HashMap No documentation available.
-
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.
foldMap :: (Monoid m, AsEnumSet a) => (a -> m) -> EnumSet a -> mbitwise-enum Data.Enum.Set O(n). Map each element of the structure to a monoid, and combine the results.
foldMap :: (Monoid m, FiniteBits w, Num w, Enum a) => (a -> m) -> EnumSet w a -> mbitwise-enum Data.Enum.Set.Base O(n). Map each element of the structure to a monoid, and combine the results.
-
blaze-svg Text.Blaze.Svg11 Combinator for the <feDisplacementMap /> element.
-
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
IndexMappingsLimits :: Maybe Int -> Maybe Int -> Maybe Int -> Maybe Int -> IndexMappingsLimitsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
defaultIndexMappingsLimits :: IndexMappingsLimitsbloodhound Database.Bloodhound.Client.Cluster No documentation available.
indexMappingsLimitDepth :: IndexMappingsLimits -> Maybe Intbloodhound Database.Bloodhound.Client.Cluster No documentation available.
indexMappingsLimitDepthLens :: Lens' IndexMappingsLimits (Maybe Int)bloodhound Database.Bloodhound.Client.Cluster No documentation available.