Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
uniplate Data.Generics.Uniplate.Data.Instances Invariant preserving version of IntSet from the containers packages, suitable for use with Uniplate. Use toIntSet to construct values, and fromIntSet to deconstruct values.
fromIntSet :: IntSet -> IntSetuniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type IntSet.
-
uniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type Set.
-
uniplate Data.Generics.Uniplate.Data.Instances Construct a value of type IntSet.
toSet :: Ord k => Set k -> Set kuniplate Data.Generics.Uniplate.Data.Instances Construct a value of type Set.
-
deriving-compat Data.Deriving.Internal No documentation available.
decomposeType :: Type -> ([TyVarBndrSpec], Cxt, Type)deriving-compat Data.Deriving.Via.Internal No documentation available.
ConnectionSetEnv :: ConnStatuspostgresql-libpq Database.PostgreSQL.LibPQ Negotiating environment-driven parameter settings.
-
postgresql-libpq Database.PostgreSQL.LibPQ Resets the communication channel to the server. This function will close the connection to the server and attempt to reestablish a new connection to the same server, using all the same parameters previously used. This might be useful for error recovery if a working connection is lost.
resetPoll :: Connection -> IO PollingStatuspostgresql-libpq Database.PostgreSQL.LibPQ To initiate a connection reset, call resetStart. If it returns False, the reset has failed. If it returns True, poll the reset using resetPoll in exactly the same way as you would create the connection using connectPoll.