Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. traverseDMapWithKeyWithAdjustRequesterTWith :: forall k t (request :: Type -> Type) (response :: Type -> Type) m v v' p p' . (GCompare k, Reflex t, MonadHold t m, PatchTarget (p' (Some k) (Event t (IntMap (RequesterData request)))) ~ Map (Some k) (Event t (IntMap (RequesterData request))), Patch (p' (Some k) (Event t (IntMap (RequesterData request)))), MonadFix m) => (forall (k' :: Type -> Type) (v1 :: Type -> Type) (v2 :: Type -> Type) . GCompare k' => (forall a . () => k' a -> v1 a -> m (v2 a)) -> DMap k' v1 -> Event t (p k' v1) -> RequesterT t request response m (DMap k' v2, Event t (p k' v2))) -> (forall (v1 :: Type -> Type) (v2 :: Type -> Type) . () => (forall a . () => v1 a -> v2 a) -> p k v1 -> p k v2) -> (forall (v1 :: Type -> Type) v2 . () => (forall a . () => v1 a -> v2) -> p k v1 -> p' (Some k) v2) -> (forall v2 . () => p' (Some k) v2 -> Map (Some k) v2) -> (forall a . () => Incremental t (p' (Some k) (Event t a)) -> Event t (Map (Some k) a)) -> (forall a . () => k a -> v a -> RequesterT t request response m (v' a)) -> DMap k v -> Event t (p k v) -> RequesterT t request response m (DMap k v', Event t (p k v'))

    reflex Reflex.Requester.Base.Internal

    No documentation available.

  2. traverseIntMapWithKeyWithAdjustRequesterTWith :: forall t (request :: Type -> Type) (response :: Type -> Type) m v v' p . (Reflex t, MonadHold t m, PatchTarget (p (Event t (IntMap (RequesterData request)))) ~ IntMap (Event t (IntMap (RequesterData request))), Patch (p (Event t (IntMap (RequesterData request)))), Functor p, MonadFix m) => ((Key -> (Key, v) -> m (Event t (IntMap (RequesterData request)), v')) -> IntMap (Key, v) -> Event t (p (Key, v)) -> RequesterT t request response m (IntMap (Event t (IntMap (RequesterData request)), v'), Event t (p (Event t (IntMap (RequesterData request)), v')))) -> (p (Event t (IntMap (RequesterData request))) -> IntMap (Event t (IntMap (RequesterData request)))) -> (Incremental t (p (Event t (IntMap (RequesterData request)))) -> Event t (IntMap (IntMap (RequesterData request)))) -> (Key -> v -> RequesterT t request response m v') -> IntMap v -> Event t (p v) -> RequesterT t request response m (IntMap v', Event t (p v'))

    reflex Reflex.Requester.Base.Internal

    No documentation available.

  3. assertJust :: HasCallStack => Maybe a -> IO a

    HTF Test.Framework.HUnitWrapper

    Fail if the given value is a Nothing.

  4. assertJustVerbose :: HasCallStack => String -> Maybe a -> IO a

    HTF Test.Framework.HUnitWrapper

    Fail if the given value is a Nothing, supplying an additional error message.

  5. gassertJust :: (HasCallStack, AssertM m) => Maybe a -> m a

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given value is a Nothing.

  6. gassertJustVerbose :: (HasCallStack, AssertM m) => String -> Maybe a -> m a

    HTF Test.Framework.HUnitWrapper

    Fail in some AssertM monad if the given value is a Nothing, supplying an additional error message.

  7. LabelJust :: Justification -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: GC; Default: JCenter

  8. NoJustify :: Bool -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: GCNE; Default: False; Parsing Default: True

  9. adjustErr :: Commitment p => p a -> (String -> String) -> p a

    graphviz Data.GraphViz.Parsing

    p adjustErr f applies the transformation f to any error message generated in p, having no effect if p succeeds.

  10. adjustErrBad :: PolyParse p => p a -> (String -> String) -> p a

    graphviz Data.GraphViz.Parsing

    adjustErrBad is just like adjustErr except it also raises the severity of the error.

Page 52 of many | Previous | Next