Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. addParamReadOpt :: forall (f :: Type -> Type) out a . (Applicative f, Typeable a, Read a) => String -> Param a -> CmdParser f out (Maybe a)

    butcher UI.Butcher.Monadic.Param

    Like addReadParam, but optional. I.e. if reading fails, returns Nothing.

  2. addReadParam :: forall (f :: Type -> Type) out a . (Applicative f, Typeable a, Show a, Read a) => String -> Param a -> CmdParser f out a

    butcher UI.Butcher.Monadic.Param

    Deprecated: use addParamRead

  3. addReadParamOpt :: forall (f :: Type -> Type) out a . (Applicative f, Typeable a, Read a) => String -> Param a -> CmdParser f out (Maybe a)

    butcher UI.Butcher.Monadic.Param

    Deprecated: use addParamReadOpt

  4. maybeRead :: Read a => String -> Maybe a

    cgi Network.CGI.Protocol

    No documentation available.

  5. allowReading :: forall (scope :: Scope) a . (ChanScoped c, Writable scope) => c scope a -> c 'ReadWrite a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  6. tryReadTChanRW :: forall (scope :: Scope) a . Readable scope => TChanRW scope a -> STM (Maybe a)

    chan Control.Concurrent.STM.TChan.Typed

    No documentation available.

  7. RamRead :: Index n -> RamOp (n :: Nat) a

    clash-prelude Clash.Explicit.BlockRam

    Read from address

  8. RamRead :: Index n -> RamOp (n :: Nat) a

    clash-prelude Clash.Explicit.Prelude

    Read from address

  9. RamRead :: Index n -> RamOp (n :: Nat) a

    clash-prelude Clash.Explicit.Prelude.Safe

    Read from address

  10. RamRead :: Index n -> RamOp (n :: Nat) a

    clash-prelude Clash.Prelude

    Read from address

Page 686 of many | Previous | Next