Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

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

  1. setSize :: a -> Int -> Int -> Matrix a -> Matrix a

    matrix Data.Matrix

    Set the size of a matrix to given parameters. Use a default element for undefined entries if the matrix has been extended.

  2. setClientEncoding :: Connection -> ByteString -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Sets the client encoding.

  3. setErrorVerbosity :: Connection -> Verbosity -> IO Verbosity

    postgresql-libpq Database.PostgreSQL.LibPQ

    Determines the verbosity of messages returned by errorMessage and resultErrorMessage. setErrorVerbosity sets the verbosity mode, returning the connection's previous setting. In ErrorsTerse mode, returned messages include severity, primary text, and position only; this will normally fit on a single line. The default mode produces messages that include the above plus any detail, hint, or context fields (these might span multiple lines). The ErrorsVerbose mode includes all available fields. Changing the verbosity does not affect the messages available from already-existing Result objects, only subsequently-created ones.

  4. setSingleRowMode :: Connection -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Select single-row mode for the currently-executing query. This function can only be called immediately after PQsendQuery or one of its sibling functions, before any other operation on the connection such as PQconsumeInput or PQgetResult. If called at the correct time, the function activates single-row mode for the current query and returns 1. Otherwise the mode stays unchanged and the function returns 0. In any case, the mode reverts to normal after completion of the current query.

  5. setnonblocking :: Connection -> Bool -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Sets the nonblocking status of the connection.

  6. setDelete :: Label -> LabelSet -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  7. setDifference :: LabelSet -> LabelSet -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  8. setElems :: LabelSet -> [Label]

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  9. setEmpty :: LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  10. setFilter :: (Label -> Bool) -> LabelSet -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

Page 52 of many | Previous | Next