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. AtHead :: forall (k :: Symbol) t (kvs :: [Type]) . LookupKV k t (KV k t ': kvs)

    tmp-proc System.TmpProc.TypeLevel

    No documentation available.

  2. hHead :: forall a (as :: [Type]) . HList (a ': as) -> a

    tmp-proc System.TmpProc.TypeLevel

    Obtain the first element of a HList.

  3. aeadHeader :: KAT_AEAD -> ByteString

    crypto-cipher-tests Crypto.Cipher.Tests

    Authentificated Header

  4. aeadAppendHeader :: BlockCipher a => AEAD a -> ByteString -> AEAD a

    crypto-cipher-types Crypto.Cipher.Types

    Append associated data into the AEAD state

  5. aeadStateAppendHeader :: AEADModeImpl cipher state => cipher -> state -> ByteString -> state

    crypto-cipher-types Crypto.Cipher.Types

    No documentation available.

  6. logHeader :: [String]

    elynx-tools ELynx.Tools.Logger

    A short header to be used in executables. unlines doesn't work here because it adds an additional newline at the end.

  7. logInfoHeader :: (HasLock e, HasLogHandles e, HasStartingTime e, HasVerbosity e) => String -> [String] -> Logger e ()

    elynx-tools ELynx.Tools.Logger

    Log header.

  8. lookahead :: forall (st :: ZeroBitType) e a . ParserT st e a -> ParserT st e a

    flatparse FlatParse.Basic

    Save the parsing state, then run a parser, then restore the state.

  9. lookaheadFromAddr# :: forall (st :: ZeroBitType) e a . Addr# -> ParserT st e a -> ParserT st e a

    flatparse FlatParse.Basic.Addr

    lookahead, but specify the address to lookahead from. The Addr# should be from withAddr#.

  10. lookahead :: forall (st :: ZeroBitType) e a . ParserT st e a -> ParserT st e a

    flatparse FlatParse.Basic.Base

    Save the parsing state, then run a parser, then restore the state.

Page 207 of many | Previous | Next