Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. headerMonadicGeneral :: forall m b (h :: Type -> Type) a c . (Monad m, Monoid b, Foldable h) => Colonnade h a c -> (c -> m b) -> m b

    colonnade Colonnade.Encode

    This function is a helper for abusing Foldable to optionally render a header. Its future is uncertain.

  2. headerMonadicGeneral_ :: forall m (h :: Type -> Type) a c b . (Monad m, Headedness h) => Colonnade h a c -> (c -> m b) -> m ()

    colonnade Colonnade.Encode

    No documentation available.

  3. headerMonadic_ :: Monad m => Colonnade Headed a c -> (c -> m b) -> m ()

    colonnade Colonnade.Encode

    No documentation available.

  4. headerMonoidalFull :: Monoid m => Colonnade h a c -> (h c -> m) -> m

    colonnade Colonnade.Encode

    No documentation available.

  5. headerMonoidalGeneral :: forall m (h :: Type -> Type) a c . (Monoid m, Foldable h) => Colonnade h a c -> (c -> m) -> m

    colonnade Colonnade.Encode

    No documentation available.

  6. headersMonoidal :: forall sz r m c (p :: Pillar) a (h :: Type -> Type) . (Monoid m, Headedness h) => Maybe (Fascia p r, r -> m -> m) -> [(sz -> c -> m, m -> m)] -> AnnotatedCornice sz h p a c -> m

    colonnade Colonnade.Encode

    No documentation available.

  7. header :: Version -> ByteString -> Either String Header

    cql Database.CQL.Protocol

    Deserialise a frame header using the version specific decoding format.

  8. headerType :: Header -> !HeaderType

    cql Database.CQL.Protocol

    No documentation available.

  9. header :: Version -> ByteString -> Either String Header

    cql Database.CQL.Protocol.Internal

    Deserialise a frame header using the version specific decoding format.

  10. headerType :: Header -> !HeaderType

    cql Database.CQL.Protocol.Internal

    No documentation available.

Page 43 of many | Previous | Next