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.
-
envy System.Envy A utility type to use any instance of Read and Show as an instance of Var.
ReadShowVar :: a -> ReadShowVar aenvy System.Envy No documentation available.
newtype
ReaderT r (m :: Type -> Type) afunctor-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:
ReaderT :: (r -> m a) -> ReaderT r (m :: Type -> Type) afunctor-combinators Data.Functor.Combinator No documentation available.
-
haskoin-core Haskoin.Util.Arbitrary.Util No documentation available.
-
haskoin-core Haskoin.Util.Arbitrary.Util No documentation available.
ReadyForUseConnectionStatus :: ConnectionReadyForUseReason -> ConnectionStatushasql-pool Hasql.Pool.Observation Connection is established and not occupied.
ReadCommitted :: IsolationLevelhasql-transaction Hasql.Transaction.Sessions No documentation available.
-
Parse JSON values using the ReadP combinators.
ReadOnlyForLockingClause :: ForLockingClausepostgresql-syntax PostgresqlSyntax.Ast No documentation available.