Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. fromIntSet :: IntSet -> IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type IntSet.

  2. fromSet :: Set k -> Set k

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type Set.

  3. toIntSet :: IntSet -> IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type IntSet.

  4. toSet :: Ord k => Set k -> Set k

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type Set.

  5. resetValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. decomposeType :: Type -> ([TyVarBndrSpec], Cxt, Type)

    deriving-compat Data.Deriving.Via.Internal

    No documentation available.

  7. ConnectionSetEnv :: ConnStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    Negotiating environment-driven parameter settings.

  8. reset :: Connection -> IO ()

    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.

  9. resetPoll :: Connection -> IO PollingStatus

    postgresql-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.

  10. resetStart :: Connection -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Reset the communication channel to the server, in a nonblocking manner.

Page 106 of many | Previous | Next