Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Tuid_t :: BasicType

    haskell-gi Data.GI.GIR.BasicTypes

    uid_t

  2. enumMemberCId :: EnumerationMember -> Text

    haskell-gi Data.GI.GIR.Enum

    No documentation available.

  3. commutativeMonoidLaws :: (Monoid a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    • Commutative mappend a b ≡ mappend b a
    Note that this does not test associativity or identity. Make sure to use monoidLaws in addition to this set of laws.

  4. euclideanLaws :: (Eq a, Euclidean a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Test that a Euclidean instance obey laws of a Euclidean domain.

    • y /= 0, r == x `rem` y => r == 0 || degree r < degree y,
    • y /= 0, (q, r) == x `quotRem` y => x == q * y + r,
    • y /= 0 => x `quot` x y == fst (x `quotRem` y),
    • y /= 0 => x `rem` x y == snd (x `quotRem` y).

  5. monoidLaws :: (Monoid a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    Tests the following properties:

    • Associative mappend a (mappend b c) ≡ mappend (mappend a b) c
    • Left Identity mappend mempty a ≡ a
    • Right Identity mappend a mempty ≡ a
    • Concatenation mconcat as ≡ foldr mappend mempty as

  6. semigroupMonoidLaws :: (Semigroup a, Monoid a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes Test.QuickCheck.Classes

    No documentation available.

  7. darkorchid :: (Ord a, Floating a) => Colour a

    colour Data.Colour.Names

    No documentation available.

  8. mediumorchid :: (Ord a, Floating a) => Colour a

    colour Data.Colour.Names

    No documentation available.

  9. midnightblue :: (Ord a, Floating a) => Colour a

    colour Data.Colour.Names

    No documentation available.

  10. orchid :: (Ord a, Floating a) => Colour a

    colour Data.Colour.Names

    No documentation available.

Page 624 of many | Previous | Next