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.

  1. module Optics.ReadOnly

    This module defines getting, which turns a read-write optic into its read-only counterpart.

  2. type Reader = FunPtr State -> Ptr () -> Ptr CSize -> IO Ptr CChar

    hslua-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.

  3. data ReadTooShortException

    io-streams System.IO.Streams.ByteString

    Thrown by readExactly and takeExactly when not enough bytes were available on the input.

  4. ReadMode :: IOMode

    postgresql-simple Database.PostgreSQL.Simple.LargeObjects

    No documentation available.

  5. ReadWriteMode :: IOMode

    postgresql-simple Database.PostgreSQL.Simple.LargeObjects

    No documentation available.

  6. ReadCommitted :: IsolationLevel

    postgresql-simple Database.PostgreSQL.Simple.Transaction

    No documentation available.

  7. ReadOnly :: ReadWriteMode

    postgresql-simple Database.PostgreSQL.Simple.Transaction

    No documentation available.

  8. ReadWrite :: ReadWriteMode

    postgresql-simple Database.PostgreSQL.Simple.Transaction

    No documentation available.

  9. data ReadWriteMode

    postgresql-simple Database.PostgreSQL.Simple.Transaction

    No documentation available.

  10. 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)'

Page 378 of many | Previous | Next