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. idChar :: Expr

    express Data.Express.Fixtures

    The function id encoded as an Expr. (cf. id')

  2. idE :: Expr

    express Data.Express.Fixtures

    The function id for the Int type encoded as an Expr. (See also id'.)

    > idE :$ xx
    id x :: Int
    
    > idE :$ zero
    id 0 :: Int
    
    > evaluate $ idE :$ zero :: Maybe Int
    Just 0
    

  3. idInt :: Expr

    express Data.Express.Fixtures

    The function id encoded as an Expr. (cf. id')

  4. idInts :: Expr

    express Data.Express.Fixtures

    The function id encoded as an Expr. (cf. id')

  5. idString :: Expr

    express Data.Express.Fixtures

    The function id encoded as an Expr. (cf. id')

  6. identHLexemes :: String -> [Lexeme]

    generic-data Generic.Data.Internal.Read

    No documentation available.

  7. ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    as Module

  8. ideclExt :: ImportDecl pass -> XCImportDecl pass

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    No documentation available.

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

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    Explicit import list (EverythingBut => hiding, names)

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

    ghc-typelits-presburger GHC.TypeLits.Presburger.Compat

    Module name.

Page 295 of many | Previous | Next