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.

  1. csvColNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.ByteString

    No documentation available.

  2. csvRowNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.ByteString

    No documentation available.

  3. csvRowNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.ByteString

    No documentation available.

  4. csvColNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.String

    No documentation available.

  5. csvColNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.String

    No documentation available.

  6. csvRowNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.String

    No documentation available.

  7. csvRowNum :: CSVField -> !Int

    lazy-csv Text.CSV.Lazy.String

    No documentation available.

  8. me_numreaders :: MDB_envinfo -> CUInt

    lmdb Database.LMDB.Raw

    No documentation available.

  9. notANumber :: Transfinite a => a

    logfloat Data.Number.Transfinite

    An exceptional transfinite value for dealing with undefined results when manipulating infinite values. The following operations must return notANumber, where inf is any value which isInfinite:

    • infinity + negativeInfinity
    • negativeInfinity + infinity
    • infinity - infinity
    • negativeInfinity - negativeInfinity
    • inf * 0
    • 0 * inf
    • inf / inf
    • inf `div` inf
    • 0 / 0
    • 0 `div` 0
    Additionally, any mathematical operations on notANumber must also return notANumber, and any equality or ordering comparison on notANumber must return False (violating the law of the excluded middle, often assumed but not required for Eq; thus, eq and ne are preferred over (==) and (/=)). Since it returns false for equality, there may be more than one machine representation of this value.

  10. henumerate :: Generate xs => (forall (x :: k) . () => Membership xs x -> r -> r) -> r -> r

    membership Type.Membership

    Enumerate all possible Memberships of xs.

Page 720 of many | Previous | Next