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.
ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual passghc-typelits-presburger GHC.TypeLits.Presburger.Compat Package qualifier.
ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyleghc-typelits-presburger GHC.TypeLits.Presburger.Compat If/how the import is qualified.
ideclSafe :: ImportDecl pass -> Boolghc-typelits-presburger GHC.TypeLits.Presburger.Compat True => safe import
ideclSource :: ImportDecl pass -> IsBootInterfaceghc-typelits-presburger GHC.TypeLits.Presburger.Compat IsBoot = {-# SOURCE #-} import
ident :: Num a => [Int] -> Array aharpie Harpie.Array The identity array.
>>> pretty $ ident [3,3] [[1,0,0], [0,1,0], [0,0,1]]
ident :: forall (s :: [Nat]) a . (KnownNats s, Num a) => Array s aharpie Harpie.Fixed The identity array.
>>> pretty $ ident @[3,3] [[1,0,0], [0,1,0], [0,0,1]]
identifier :: String -> HtmlAttrhtml Text.Html No documentation available.
idempotentIOProperty :: Testable prop => IO prop -> Propertymassiv-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.
ident :: (Context a, Num a) => Int -> Matrix amatrices Data.Matrix O(m*n) Create an identity matrix
ident :: forall a (v :: Type -> Type) . (Num a, Vector v a) => Int -> Matrix v amatrices Data.Matrix.Generic O(m*n) Create an identity matrix