Hoogle Search
Within Stackage Nightly 2025-10-02 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
DataInputStreamSetNewlineTypeMethodInfo gi-gio GI.Gio.Objects.DataInputStream No documentation available.
-
gi-gio GI.Gio.Objects.DataInputStream This function sets the byte order for the given stream. All subsequent reads from the stream will be read in the given order.
-
gi-gio GI.Gio.Objects.DataInputStream Sets the newline type for the stream. Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read chunk ends in "CR" we must read an additional byte to know if this is "CR" or "CR LF", and this might block if there is no more data available.
data
DataOutputStreamSetByteOrderMethodInfo gi-gio GI.Gio.Objects.DataOutputStream No documentation available.
-
gi-gio GI.Gio.Objects.DataOutputStream Sets the byte order of the data output stream to order.
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.
resetStart :: Connection -> IO Boolpostgresql-libpq Database.PostgreSQL.LibPQ Reset the communication channel to the server, in a nonblocking manner.
-
vinyl Data.Vinyl.Lens If one field set is a subset another, then a lens of from the latter's record to the former's is evident. That is, we can either cast a larger record to a smaller one, or we may replace the values in a slice of a record.