Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Headed :: a -> Headed a

    colonnade Colonnade.Encode

    No documentation available.

  2. class Headedness (h :: Type -> Type)

    colonnade Colonnade.Encode

    This class communicates that a container holds either zero elements or one element. Furthermore, all inhabitants of the type must hold the same number of elements. Both Headed and Headless have instances. The following law accompanies any instances:

    maybe x (\f -> f (headednessPure x)) headednessContents == x
    todo: come up with another law that relates to Traversable
    
    Consequently, there is no instance for Maybe, which cannot satisfy the laws since it has inhabitants which hold different numbers of elements. Nothing holds 0 elements and Just holds 1 element.

  3. data Headless a

    colonnade Colonnade.Encode

    As the first argument to the Colonnade type constructor, this indictates that the columnar encoding does not have a header. This type is isomorphic to Proxy but is given a new name to clarify its intent:

    example :: Colonnade Headless Foo Text
    
    The term example represents a columnar encoding of Foo in which the columns do not have headings.

  4. Headless :: Headless a

    colonnade Colonnade.Encode

    No documentation available.

  5. data Header

    cql Database.CQL.Protocol

    Protocol frame header.

  6. Header :: HeaderType -> Version -> Flags -> StreamId -> OpCode -> Length -> Header

    cql Database.CQL.Protocol

    No documentation available.

  7. data HeaderType

    cql Database.CQL.Protocol

    No documentation available.

  8. data Header

    cql Database.CQL.Protocol.Internal

    Protocol frame header.

  9. Header :: HeaderType -> Version -> Flags -> StreamId -> OpCode -> Length -> Header

    cql Database.CQL.Protocol.Internal

    No documentation available.

  10. data HeaderType

    cql Database.CQL.Protocol.Internal

    No documentation available.

Page 101 of many | Previous | Next