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.

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

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

    as Module

  2. ideclExt :: ImportDecl pass -> XCImportDecl pass

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

    No documentation available.

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

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

    Explicit import list (EverythingBut => hiding, names)

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

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

    Module name.

  5. ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual pass

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

    Package qualifier.

  6. ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyle

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

    If/how the import is qualified.

  7. ideclSafe :: ImportDecl pass -> Bool

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

    True => safe import

  8. ideclSource :: ImportDecl pass -> IsBootInterface

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

    IsBoot = {-# SOURCE #-} import

  9. ident :: Num a => [Int] -> Array a

    harpie Harpie.Array

    The identity array.

    >>> pretty $ ident [3,3]
    [[1,0,0],
    [0,1,0],
    [0,0,1]]
    

  10. ident :: forall (s :: [Nat]) a . (KnownNats s, Num a) => Array s a

    harpie Harpie.Fixed

    The identity array.

    >>> pretty $ ident @[3,3]
    [[1,0,0],
    [0,1,0],
    [0,0,1]]
    

Page 295 of many | Previous | Next