Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. ideclExt :: ImportDecl pass -> XCImportDecl pass

    ghc Language.Haskell.Syntax.ImpExp

    No documentation available.

  2. ideclImportList :: ImportDecl pass -> Maybe (ImportListInterpretation, XRec pass [LIE pass])

    ghc Language.Haskell.Syntax.ImpExp

    Explicit import list (EverythingBut => hiding, names)

  3. ideclName :: ImportDecl pass -> XRec pass ModuleName

    ghc Language.Haskell.Syntax.ImpExp

    Module name.

  4. ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual pass

    ghc Language.Haskell.Syntax.ImpExp

    Package qualifier.

  5. ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyle

    ghc Language.Haskell.Syntax.ImpExp

    If/how the import is qualified.

  6. ideclSafe :: ImportDecl pass -> Bool

    ghc Language.Haskell.Syntax.ImpExp

    True => safe import

  7. ideclSource :: ImportDecl pass -> IsBootInterface

    ghc Language.Haskell.Syntax.ImpExp

    IsBoot = {-# SOURCE #-} import

  8. idempotent :: (Show a, Eq a, GenValid a) => (a -> a) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

  9. idempotentOnArbitrary :: (Show a, Eq a, Arbitrary a) => (a -> a) -> Property

    genvalidity-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)
    

  10. idempotentOnGen :: (Show a, Eq a) => (a -> a) -> Gen a -> (a -> [a]) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

Page 275 of many | Previous | Next