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.
ppMapEntryWithSep :: Doc ann -> (k -> Doc ann) -> (v -> Doc ann) -> MapEntry k v -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
ppMapWith :: (k -> Doc ann) -> (v -> Doc ann) -> Map k v -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
-
No documentation available.
-
primitive-extras PrimitiveExtras.Bitmap A word-size set of ints.
-
primitive-extras PrimitiveExtras.Bitmap No documentation available.
findAndMap :: (a -> Maybe b) -> SmallArray a -> Maybe bprimitive-extras PrimitiveExtras.SmallArray No documentation available.
cl_map :: Default Zipper a b => (b -> r) -> a -> [r]product-profunctors Data.Profunctor.Product.Examples A challenge from a Clojurist on Hacker News (https://news.ycombinator.com/item?id=23939350)
> cl_map (uncurry (+)) ([1,2,3], [4,5,6]) [5,7,9] > cl_map (+3) [1,2,3] [4,5,6] > let max3 (x, y, z) = x `max` y `max` z > cl_map max3 ([1,20], [3,4], [5,6]) [5,20]
accessMap :: Map set => T (set key value) (Map key value)reactive-midyim Reactive.Banana.MIDI.KeySet No documentation available.
C_HashMap :: forall (o :: Type -> Type) a1 b . Elems o '[a1, b] -> Classifier_ o (HashMap a1 b)recover-rtti Debug.RecoverRTTI No documentation available.
C_IntMap :: forall (o :: Type -> Type) a1 . Elems o '[a1] -> Classifier_ o (IntMap a1)recover-rtti Debug.RecoverRTTI No documentation available.