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. ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual pass

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

    Package qualifier.

  2. ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyle

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

    If/how the import is qualified.

  3. ideclSafe :: ImportDecl pass -> Bool

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

    True => safe import

  4. ideclSource :: ImportDecl pass -> IsBootInterface

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

    IsBoot = {-# SOURCE #-} import

  5. 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]]
    

  6. 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]]
    

  7. identifier :: String -> HtmlAttr

    html Text.Html

    No documentation available.

  8. idempotentIOProperty :: Testable prop => IO prop -> Property

    massiv-test Test.Massiv.Utils

    Do I/O inside a property. Warning: during shrinking, the I/O may not always be re-executed. Instead, the I/O may be executed once and then its result retained. If this is not acceptable, use ioProperty instead.

  9. ident :: (Context a, Num a) => Int -> Matrix a

    matrices Data.Matrix

    O(m*n) Create an identity matrix

  10. ident :: forall a (v :: Type -> Type) . (Num a, Vector v a) => Int -> Matrix v a

    matrices Data.Matrix.Generic

    O(m*n) Create an identity matrix

Page 296 of many | Previous | Next