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. reads :: Read a => ReadS a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    equivalent to readsPrec with a precedence of 0.

  2. readsPrec :: Read a => Int -> ReadS a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    attempts to parse a value from the front of the string, returning a list of (parsed value, remaining string) pairs. If there is no successful parse, the returned list is empty. Derived instances of Read and Show satisfy the following:

    That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.

  3. readPkgConfigDb :: Verbosity -> ProgramDb -> IO PkgConfigDb

    cabal-install-solver Distribution.Solver.Types.PkgConfigDb

    Query pkg-config for the list of installed packages, together with their versions. Return a PkgConfigDb encapsulating this information.

  4. readCookie :: (Read a, MonadCGI m) => String -> m (Maybe a)

    cgi Network.CGI

    Same as getCookie, but tries to read the value to the desired type.

  5. readInput :: (Read a, MonadCGI m) => String -> m (Maybe a)

    cgi Network.CGI

    Same as getInput, but tries to read the value to the desired type.

  6. readCookies :: String -> [(String, String)]

    cgi Network.CGI.Cookie

    Gets all the cookies from a Cookie: header value

  7. readOnly :: forall (scope :: Scope) a . (ChanScoped c, Readable scope) => c scope a -> c 'Read a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  8. readChanRW :: forall (scope :: Scope) a . Readable scope => ChanRW scope a -> IO a

    chan Control.Concurrent.Chan.Typed

    No documentation available.

  9. readTChanRW :: forall (scope :: Scope) a . Readable scope => TChanRW scope a -> STM a

    chan Control.Concurrent.STM.TChan.Typed

    No documentation available.

  10. readNew :: forall (dom :: Domain) a addr . (KnownDomain dom, NFDataX a, Eq addr) => Clock dom -> Reset dom -> Enable dom -> (Signal dom addr -> Signal dom (Maybe (addr, a)) -> Signal dom a) -> Signal dom addr -> Signal dom (Maybe (addr, a)) -> Signal dom a

    clash-prelude Clash.Explicit.BlockRam

    Create a read-after-write block RAM from a read-before-write one

Page 246 of many | Previous | Next