Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readFlag :: String -> Flag

    doldol Data.Flag.Simple

    Encode Flag from a given binary digit String This allows any character which is not '0' or '1' as '1'

  2. readFlagSub :: Bits t => [Char] -> t -> t

    doldol Data.Flag.Simple

    No documentation available.

  3. reader :: forall w (m :: Type -> Type) r a s . (Monoid w, Monad m) => (r -> a) -> RWST r w s m a

    dunai Control.Monad.Trans.MSF.RWS

    Constructor for computations in the reader monad (equivalent to asks).

  4. reader :: forall (m :: Type -> Type) r a . Monad m => (r -> a) -> ReaderT r m a

    dunai Control.Monad.Trans.MSF.Reader

    Constructor for computations in the reader monad (equivalent to asks).

  5. readerS :: forall (m :: Type -> Type) r a b . Monad m => MSF m (r, a) b -> MSF (ReaderT r m) a b

    dunai Control.Monad.Trans.MSF.Reader

    Build an MSF in the Reader monad from one that takes the reader environment as an extra input. This is the opposite of runReaderS.

  6. readArchive :: FilePath -> IO Archive

    epub-metadata Codec.Epub.IO

    Read a zip Archive from disk

  7. readDUP :: Word8 -> Maybe Opcode

    evm-opcodes EVM.Opcode

    Read a DUP opcode (DUP1 -- DUP16) safely.

  8. readLOG :: Word8 -> Maybe Opcode

    evm-opcodes EVM.Opcode

    Read a LOG opcode (LOG1 -- LOG4) safely.

  9. readOp :: Word8 -> ByteString -> Maybe Opcode

    evm-opcodes EVM.Opcode

    Parse an Opcode from a Word8. In case of PUSH instructions, read the constant being pushed from a subsequent ByteString.

  10. readPUSH :: Word8 -> ByteString -> Maybe Opcode

    evm-opcodes EVM.Opcode

    Read a PUSH opcode safely.

Page 309 of many | Previous | Next