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. newtype ReadShowVar a

    envy System.Envy

    A utility type to use any instance of Read and Show as an instance of Var.

  2. ReadShowVar :: a -> ReadShowVar a

    envy System.Envy

    No documentation available.

  3. newtype ReaderT r (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    The reader monad transformer, which adds a read-only environment to the given monad. The return function ignores the environment, while m >>= k passes the inherited environment to both subcomputations:

  4. ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) a

    functor-combinators Data.Functor.Combinator

    No documentation available.

  5. data ReadBox

    haskoin-core Haskoin.Util.Arbitrary.Util

    No documentation available.

  6. ReadBox :: Gen a -> ReadBox

    haskoin-core Haskoin.Util.Arbitrary.Util

    No documentation available.

  7. ReadyForUseConnectionStatus :: ConnectionReadyForUseReason -> ConnectionStatus

    hasql-pool Hasql.Pool.Observation

    Connection is established and not occupied.

  8. ReadCommitted :: IsolationLevel

    hasql-transaction Hasql.Transaction.Sessions

    No documentation available.

  9. module Text.JSON.ReadP

    Parse JSON values using the ReadP combinators.

  10. ReadOnlyForLockingClause :: ForLockingClause

    postgresql-syntax PostgresqlSyntax.Ast

    No documentation available.

Page 408 of many | Previous | Next