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. ppMapEntryWithSep :: Doc ann -> (k -> Doc ann) -> (v -> Doc ann) -> MapEntry k v -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  2. ppMapWith :: (k -> Doc ann) -> (v -> Doc ann) -> Map k v -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  3. module PrimitiveExtras.Bitmap

    No documentation available.

  4. newtype Bitmap

    primitive-extras PrimitiveExtras.Bitmap

    A word-size set of ints.

  5. Bitmap :: Int64 -> Bitmap

    primitive-extras PrimitiveExtras.Bitmap

    No documentation available.

  6. findAndMap :: (a -> Maybe b) -> SmallArray a -> Maybe b

    primitive-extras PrimitiveExtras.SmallArray

    No documentation available.

  7. 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]
    

  8. accessMap :: Map set => T (set key value) (Map key value)

    reactive-midyim Reactive.Banana.MIDI.KeySet

    No documentation available.

  9. C_HashMap :: forall (o :: Type -> Type) a1 b . Elems o '[a1, b] -> Classifier_ o (HashMap a1 b)

    recover-rtti Debug.RecoverRTTI

    No documentation available.

  10. C_IntMap :: forall (o :: Type -> Type) a1 . Elems o '[a1] -> Classifier_ o (IntMap a1)

    recover-rtti Debug.RecoverRTTI

    No documentation available.

Page 1080 of many | Previous | Next