Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ideclSafe :: ImportDecl pass -> Boolghc Language.Haskell.Syntax.ImpExp True => safe import
ideclSource :: ImportDecl pass -> IsBootInterfaceghc Language.Haskell.Syntax.ImpExp IsBoot = {-# SOURCE #-} import
idempotent :: (Show a, Eq a, GenValid a) => (a -> a) -> Propertygenvalidity-hspec Test.Validity No documentation available.
idempotentOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> a) -> Propertygenvalidity-hspec Test.Validity id is idempotent for any type:
idempotentOnArbitrary (id :: Int -> Int)
const, given any input, is idempotent for any type as well:\int -> idempotentOnArbitrary (const int :: Int -> Int)
idempotentOnGen :: (Show a, Eq a) => (a -> a) -> Gen a -> (a -> [a]) -> Propertygenvalidity-hspec Test.Validity No documentation available.
identity :: (Show a, Eq a, GenValid a) => (a -> a -> a) -> a -> Propertygenvalidity-hspec Test.Validity identity ((*) :: Int -> Int -> Int) 1
identity ((+) :: Int -> Int -> Int) 0
identityOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> a -> a) -> a -> Propertygenvalidity-hspec Test.Validity identityOnArbitrary ((*) :: Int -> Int -> Int) 1
identityOnArbitrary ((+) :: Int -> Int -> Int) 0
identityOnGen :: (Show a, Eq a) => (a -> a -> a) -> a -> Gen a -> (a -> [a]) -> Propertygenvalidity-hspec Test.Validity idempotentSemigroupLaws :: (Semigroup a, Eq a, Arbitrary a, Show a) => Proxy a -> Lawsquickcheck-classes Test.QuickCheck.Classes Tests the following properties:
- Idempotent a <> a ≡ a
iDATSignature :: ChunkSignatureJuicyPixels Codec.Picture.Png.Internal.Type Signature for a data chuck (with image parts in it)