Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
This module defines getting, which turns a read-write optic into its read-only counterpart.
type
Reader = FunPtr State -> Ptr () -> Ptr CSize -> IO Ptr CCharhslua-core HsLua.Core.Types The reader function used by load. Every time it needs another piece of the chunk, lua_load calls the reader, passing along its data parameter. The reader must return a pointer to a block of memory with a new piece of the chunk and set size to the block size. The block must exist until the reader function is called again. To signal the end of the chunk, the reader must return NULL or set size to zero. The reader function may return pieces of any size greater than zero. See lua_Reader.
-
io-streams System.IO.Streams.ByteString Thrown by readExactly and takeExactly when not enough bytes were available on the input.
-
postgresql-simple Database.PostgreSQL.Simple.LargeObjects No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.LargeObjects No documentation available.
ReadCommitted :: IsolationLevelpostgresql-simple Database.PostgreSQL.Simple.Transaction No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.Transaction No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.Transaction No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.Transaction No documentation available.
type
ReadTag (tag :: k' -> Type) (f :: k' -> Type) = (GRead tag, Has' Read tag f)dependent-sum Data.Dependent.Sum Deprecated: Instead of 'ReadTag tag f', use '(GRead tag, Has' Read tag f)'