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.
functionMapWith :: ((b -> c) -> b :-> c) -> (a -> b) -> (b -> a) -> (a -> c) -> a :-> cQuickCheck Test.QuickCheck.Function No documentation available.
suchThatMap :: Gen a -> (a -> Maybe b) -> Gen bQuickCheck Test.QuickCheck.Gen Generates a value for which the given function returns a Just, and then applies the function.
type
StatusMap = IntMap TVar Statustasty 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.
type
LeapSecondMap = Day -> Maybe Inttime 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.
-
An abstract interface for maps from JSON keys to values.
-
aeson Data.Aeson.KeyMap A map from JSON key type Key to v.
coercionToHashMap :: Maybe (Coercion (HashMap Key v) (KeyMap v))aeson Data.Aeson.KeyMap No documentation available.
coercionToMap :: Maybe (Coercion (Map Key v) (KeyMap v))aeson Data.Aeson.KeyMap No documentation available.
foldMapWithKey :: Monoid m => (Key -> a -> m) -> KeyMap a -> maeson Data.Aeson.KeyMap No documentation available.
fromHashMap :: HashMap Key v -> KeyMap vaeson Data.Aeson.KeyMap