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.
AtHead :: forall (k :: Symbol) t (kvs :: [Type]) . LookupKV k t (KV k t ': kvs)tmp-proc System.TmpProc.TypeLevel No documentation available.
hHead :: forall a (as :: [Type]) . HList (a ': as) -> atmp-proc System.TmpProc.TypeLevel Obtain the first element of a HList.
aeadHeader :: KAT_AEAD -> ByteStringcrypto-cipher-tests Crypto.Cipher.Tests Authentificated Header
aeadAppendHeader :: BlockCipher a => AEAD a -> ByteString -> AEAD acrypto-cipher-types Crypto.Cipher.Types Append associated data into the AEAD state
aeadStateAppendHeader :: AEADModeImpl cipher state => cipher -> state -> ByteString -> statecrypto-cipher-types Crypto.Cipher.Types No documentation available.
-
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.
-
elynx-tools ELynx.Tools.Logger Log header.
lookahead :: forall (st :: ZeroBitType) e a . ParserT st e a -> ParserT st e aflatparse FlatParse.Basic Save the parsing state, then run a parser, then restore the state.
lookaheadFromAddr# :: forall (st :: ZeroBitType) e a . Addr# -> ParserT st e a -> ParserT st e aflatparse FlatParse.Basic.Addr lookahead, but specify the address to lookahead from. The Addr# should be from withAddr#.
lookahead :: forall (st :: ZeroBitType) e a . ParserT st e a -> ParserT st e aflatparse FlatParse.Basic.Base Save the parsing state, then run a parser, then restore the state.