Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. functionMapWith :: ((b -> c) -> b :-> c) -> (a -> b) -> (b -> a) -> (a -> c) -> a :-> c

    QuickCheck Test.QuickCheck.Function

    No documentation available.

  2. suchThatMap :: Gen a -> (a -> Maybe b) -> Gen b

    QuickCheck Test.QuickCheck.Gen

    Generates a value for which the given function returns a Just, and then applies the function.

  3. type StatusMap = IntMap TVar Status

    tasty Test.Tasty.Runners

    Mapping from test numbers (starting from 0) to their status variables. This is what an ingredient uses to analyse and display progress, and to detect when tests finish.

  4. type LeapSecondMap = Day -> Maybe Int

    time Data.Time.Clock.TAI

    TAI - UTC during this day. No table is provided, as any program compiled with it would become out of date in six months.

  5. module Data.Aeson.KeyMap

    An abstract interface for maps from JSON keys to values.

  6. data KeyMap v

    aeson Data.Aeson.KeyMap

    A map from JSON key type Key to v.

  7. coercionToHashMap :: Maybe (Coercion (HashMap Key v) (KeyMap v))

    aeson Data.Aeson.KeyMap

    No documentation available.

  8. coercionToMap :: Maybe (Coercion (Map Key v) (KeyMap v))

    aeson Data.Aeson.KeyMap

    No documentation available.

  9. foldMapWithKey :: Monoid m => (Key -> a -> m) -> KeyMap a -> m

    aeson Data.Aeson.KeyMap

    No documentation available.

  10. fromHashMap :: HashMap Key v -> KeyMap v

    aeson Data.Aeson.KeyMap

    Convert a HashMap to a KeyMap.

Page 410 of many | Previous | Next