Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numberRanges :: CompOptions -> Bool

    Glob System.FilePath.Glob

    Allow open ranges, <...>.

  2. numberRange :: Maybe Integer -> Maybe Integer -> Pattern

    Glob System.FilePath.Glob.Primitive

    Matches a number in the given range, which may be open, half-open, or closed. Corresponds to the <> operator.

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

    Diff Data.Algorithm.DiffContext

    No documentation available.

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

  5. numBits :: Integer -> Int

    cryptonite Crypto.Number.Basic

    Compute the number of bits for an integer

  6. numBytes :: Integer -> Int

    cryptonite Crypto.Number.Basic

    Compute the number of bytes for an integer

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

    gi-glib GI.GLib.Functions

    No description available in the introspection data.

  8. numFailures :: Count -> !Int

    doctest-exitcode-stdio Test.DocTest.Driver

    No documentation available.

  9. numTotal :: Count -> !Int

    doctest-exitcode-stdio Test.DocTest.Driver

    No documentation available.

  10. numFieldsRemaining :: RowParser Int

    postgresql-simple Database.PostgreSQL.Simple.FromRow

    No documentation available.

Page 69 of many | Previous | Next