Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. propagateToHeaders :: PropagationFormat -> forall key . (Semigroup key, IsString key, Eq key) => SpanContext -> [(key, ByteString)]

    opentelemetry OpenTelemetry.Propagation

    No documentation available.

  2. _head :: Cons s s a a => AffineTraversal' s a

    optics-extra Optics.Cons

    An AffineTraversal reading and writing to the head of a non-empty container.

    >>> "abc" ^? _head
    Just 'a'
    
    >>> "abc" & _head .~ 'd'
    "dbc"
    
    >>> [1,2,3] & _head %~ (*10)
    [10,2,3]
    
    >>> [] & _head %~ absurd
    []
    
    >>> [1,2,3] ^? _head
    Just 1
    
    >>> [] ^? _head
    Nothing
    
    >>> [1,2] ^? _head
    Just 1
    
    >>> [] & _head .~ 1
    []
    
    >>> [0] & _head .~ 2
    [2]
    
    >>> [0,1] & _head .~ 2
    [2,1]
    

  3. parseSubsectionHeader :: Parser (Int, Int)

    pdf-toolbox-core Pdf.Core.Parsers.XRef

    Parse subsection header, return (the first object index, number of object) Input position will point to the first object

  4. writeHeader :: Writer -> IO ()

    pdf-toolbox-core Pdf.Core.Writer

    Write PDF header. Used for generating new PDF files. Should be the first call. Not used fo incremental updates

  5. data MsgHeader

    resolv Network.DNS

    DNS message header section as per RFC 1035, section 4.1.1

  6. MsgHeader :: Word16 -> MsgHeaderFlags -> Word16 -> Word16 -> Word16 -> Word16 -> MsgHeader

    resolv Network.DNS

    No documentation available.

  7. data MsgHeaderFlags

    resolv Network.DNS

    DNS message header flags as per RFC 1035, section 4.1.1

  8. MsgHeaderFlags :: QR -> Word8 -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Word8 -> MsgHeaderFlags

    resolv Network.DNS

    No documentation available.

  9. msgHeader :: Msg l -> !MsgHeader

    resolv Network.DNS

    No documentation available.

  10. getHeadTags :: (Tag name, Attribute name) => [T name string] -> [T name string]

    tagchup Text.HTML.Tagchup.Process

    No documentation available.

Page 239 of many | Previous | Next