Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readFlag :: String -> PhantomFlag t

    doldol Data.Flag.Phantom

    No documentation available.

  2. readEnum :: Enum e => String -> [e]

    doldol Data.Flag.Simple

    Encode Enum e from a given binary digit String

  3. 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'

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

    doldol Data.Flag.Simple

    No documentation available.

  5. 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).

  6. 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).

  7. 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.

  8. readArchive :: FilePath -> IO Archive

    epub-metadata Codec.Epub.IO

    Read a zip Archive from disk

  9. readDUP :: Word8 -> Maybe Opcode

    evm-opcodes EVM.Opcode

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

  10. readLOG :: Word8 -> Maybe Opcode

    evm-opcodes EVM.Opcode

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

Page 307 of many | Previous | Next