Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. numbered :: [a] -> [Numbered a]

    Diff Data.Algorithm.DiffContext

    No documentation available.

  2. numLaws :: (Num a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    • Additive Commutativity a + b ≡ b + a
    • Additive Left Identity 0 + a ≡ a
    • Additive Right Identity a + 0 ≡ a
    • Multiplicative Associativity a * (b * c) ≡ (a * b) * c
    • Multiplicative Left Identity 1 * a ≡ a
    • Multiplicative Right Identity a * 1 ≡ a
    • Multiplication Left Distributes Over Addition a * (b + c) ≡ (a * b) + (a * c)
    • Multiplication Right Distributes Over Addition (a + b) * c ≡ (a * c) + (b * c)
    • Multiplicative Left Annihilation 0 * a ≡ 0
    • Multiplicative Right Annihilation a * 0 ≡ 0
    • Additive Inverse negate a + a ≡ 0
    • Subtraction a + negate b ≡ a - b
    • Abs Is Idempotent @abs (abs a) ≡ abs a
    • Signum Is Idempotent @signum (signum a) ≡ signum a
    • Product Of Abs And Signum Is Id abs a * signum a ≡ a

  3. numBits :: Integer -> Int

    cryptonite Crypto.Number.Basic

    Compute the number of bits for an integer

  4. numBytes :: Integer -> Int

    cryptonite Crypto.Number.Basic

    Compute the number of bytes for an integer

  5. numberParserErrorQuark :: (HasCallStack, MonadIO m) => m Word32

    gi-glib GI.GLib.Functions

    No description available in the introspection data.

  6. numFieldsRemaining :: RowParser Int

    postgresql-simple Database.PostgreSQL.Simple.FromRow

    No documentation available.

  7. numeric :: TypeInfo

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  8. numericOid :: Oid

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  9. numrange :: TypeInfo

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

  10. numrangeOid :: Oid

    postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static

    No documentation available.

Page 67 of many | Previous | Next