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.
setSize :: a -> Int -> Int -> Matrix a -> Matrix amatrix Data.Matrix Set the size of a matrix to given parameters. Use a default element for undefined entries if the matrix has been extended.
setClientEncoding :: Connection -> ByteString -> IO Boolpostgresql-libpq Database.PostgreSQL.LibPQ Sets the client encoding.
setErrorVerbosity :: Connection -> Verbosity -> IO Verbositypostgresql-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.
setSingleRowMode :: Connection -> IO Boolpostgresql-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.
setnonblocking :: Connection -> Bool -> IO Boolpostgresql-libpq Database.PostgreSQL.LibPQ Sets the nonblocking status of the connection.
setDelete :: Label -> LabelSet -> LabelSetghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
setDifference :: LabelSet -> LabelSet -> LabelSetghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
setElems :: LabelSet -> [Label]ghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
-
ghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
setFilter :: (Label -> Bool) -> LabelSet -> LabelSetghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.