Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. requiredFieldWith' :: Text -> ValueCodec input output -> ObjectCodec input output

    autodocodec Autodocodec.Codec

    Like requiredFieldWith, but without documentation.

  2. sequence :: Monad m => Exceptional e (m a) -> m (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Lazy

    No documentation available.

  3. sequenceA :: Applicative f => Exceptional e (f a) -> f (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Lazy

    No documentation available.

  4. sequenceF :: Functor f => Exceptional e (f a) -> f (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Lazy

    Is there a better name?

  5. sequence :: Monad m => Exceptional e (m a) -> m (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Strict

    No documentation available.

  6. sequenceA :: Applicative f => Exceptional e (f a) -> f (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Strict

    No documentation available.

  7. sequenceF :: Functor f => Exceptional e (f a) -> f (Exceptional e a)

    explicit-exception Control.Monad.Exception.Asynchronous.Strict

    Is there a better name?

  8. class HAp h => HSequence (h :: k -> Type -> l -> Type)

    generics-sop Generics.SOP

    A generalization of sequenceA.

  9. hsequence' :: forall (xs :: l) f (g :: k -> Type) . (HSequence h, SListIN h xs, Applicative f) => h (f :.: g) xs -> f (h g xs)

    generics-sop Generics.SOP

    Corresponds to sequenceA. Lifts an applicative functor out of a structure. Instances:

    hsequence', sequence'_NP  :: (SListI  xs , Applicative f) => NP  (f :.: g) xs  -> f (NP  g xs )
    hsequence', sequence'_NS  :: (SListI  xs , Applicative f) => NS  (f :.: g) xs  -> f (NS  g xs )
    hsequence', sequence'_POP :: (SListI2 xss, Applicative f) => POP (f :.: g) xss -> f (POP g xss)
    hsequence', sequence'_SOP :: (SListI2 xss, Applicative f) => SOP (f :.: g) xss -> f (SOP g xss)
    

  10. RequiresExtension :: String -> Note

    hlint Language.Haskell.HLint

    The replacement requires this extension to be available.

Page 273 of many | Previous | Next