Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. Map :: [(a, b)] -> Map a b

    cql Database.CQL.Protocol

    No documentation available.

  2. newtype Map a b

    cql Database.CQL.Protocol.Internal

    No documentation available.

  3. Map :: [(a, b)] -> Map a b

    cql Database.CQL.Protocol.Internal

    No documentation available.

  4. data Map k a

    ihaskell IHaskellPrelude

    A Map from keys k to values a. The Semigroup operation for Map is union, which prefers values from the left operand. If m1 maps a key k to a value a1, and m2 maps the same key to a different value a2, then their union m1 <> m2 maps k to a1.

  5. data Map k a

    incipit-base Incipit.Libraries

    A Map from keys k to values a. The Semigroup operation for Map is union, which prefers values from the left operand. If m1 maps a key k to a value a1, and m2 maps the same key to a different value a2, then their union m1 <> m2 maps k to a1.

  6. data Map k v

    monoidmap-internal Data.MonoidMap.Internal.RecoveredMap

    No documentation available.

  7. module Patience.Map

    This module provides a lossless way to do diffing between two Maps, and ways to manipulate the diffs.

  8. class Map (set :: Type -> Type -> Type)

    reactive-midyim Reactive.Banana.MIDI.KeySet

    No documentation available.

  9. type family Map (f :: a -> b) (r :: Row a) :: Row b

    row-types Data.Row.Internal

    Map a type level function over a Row.

  10. type family Map (f :: a -> b) (r :: Row a) :: Row b

    row-types Data.Row.Records

    Map a type level function over a Row.

Page 7 of many | Previous | Next