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.
-
doldol Data.Flag.Simple Encode Flag from a given binary digit String This allows any character which is not '0' or '1' as '1'
readFlagSub :: Bits t => [Char] -> t -> tdoldol Data.Flag.Simple No documentation available.
reader :: forall w (m :: Type -> Type) r a s . (Monoid w, Monad m) => (r -> a) -> RWST r w s m adunai Control.Monad.Trans.MSF.RWS Constructor for computations in the reader monad (equivalent to asks).
reader :: forall (m :: Type -> Type) r a . Monad m => (r -> a) -> ReaderT r m adunai Control.Monad.Trans.MSF.Reader Constructor for computations in the reader monad (equivalent to asks).
readerS :: forall (m :: Type -> Type) r a b . Monad m => MSF m (r, a) b -> MSF (ReaderT r m) a bdunai 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.
readArchive :: FilePath -> IO Archiveepub-metadata Codec.Epub.IO Read a zip Archive from disk
readDUP :: Word8 -> Maybe Opcodeevm-opcodes EVM.Opcode readLOG :: Word8 -> Maybe Opcodeevm-opcodes EVM.Opcode readOp :: Word8 -> ByteString -> Maybe Opcodeevm-opcodes EVM.Opcode Parse an Opcode from a Word8. In case of PUSH instructions, read the constant being pushed from a subsequent ByteString.
readPUSH :: Word8 -> ByteString -> Maybe Opcodeevm-opcodes EVM.Opcode Read a PUSH opcode safely.