Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unSqlReadBackend :: SqlReadBackend -> SqlBackendpersistent-mtl Database.Persist.Sql.Shim No documentation available.
class (PersistCore backend, PersistStoreRead backend) =>
PersistQueryRead backendpersistent-redis Database.Persist.Redis Backends supporting conditional read operations.
-
persistent-redis Database.Persist.Redis No documentation available.
class PersistStoreRead backend =>
PersistUniqueRead backendpersistent-redis Database.Persist.Redis Queries against Unique keys (other than the id Key). Please read the general Persistent documentation to learn how to create Unique keys. Using this with an Entity without a Unique key leads to undefined behavior. A few of these functions require a single Unique, so using an Entity with multiple Uniques is also undefined. In these cases persistent's goal is to throw an exception as soon as possible, but persistent is still transitioning to that. SQL backends automatically create uniqueness constraints, but for MongoDB you must manually place a unique index on a field to have a uniqueness constraint.
-
posix-pty System.Posix.Pty Terminal read queue was flushed.
threadWaitReadPty :: Pty -> IO ()posix-pty System.Posix.Pty Equivalent to threadWaitRead.
threadWaitReadPtySTM :: Pty -> IO (STM (), IO ())posix-pty System.Posix.Pty Equivalent to threadWaitReadSTM.
threadWaitWritePty :: Pty -> IO ()posix-pty System.Posix.Pty Equivalent to threadWaitWrite.
threadWaitWritePtySTM :: Pty -> IO (STM (), IO ())posix-pty System.Posix.Pty Equivalent to threadWaitWriteSTM.
tryReadPty :: Pty -> IO (Either [PtyControlCode] ByteString)posix-pty System.Posix.Pty Attempt to read data from a pseudo terminal. Produces either the data read or a list of PtyControlCodes indicating which control status events that have happened on the slave terminal. Throws an IOError of type eofErrorType when the terminal has been closed, for example when the subprocess has terminated.