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.
ident :: (Num a, Element a) => Int -> Matrix ahmatrix Numeric.LinearAlgebra.Data creates the identity matrix of given dimension
-
hmatrix Numeric.LinearAlgebra.Data Create a vector of indexes, useful for matrix extraction using (??)
ident :: (TokenParsing m, Monad m, IsString s) => IdentifierStyle m -> m sparsers Text.Parser.Token Parse a non-reserved identifier or symbol
-
hlint Language.Haskell.HLint The declarations the idea is for, usually a singleton, typically the function name, but may be a type name.
-
hlint Language.Haskell.HLint The contents of the source code the idea relates to.
-
hlint Language.Haskell.HLint The name of the hint that generated the idea, e.g. "Use reverse".
ideaModule :: Idea -> [String]hlint Language.Haskell.HLint The modules the idea is for, usually a singleton.
-
hlint Language.Haskell.HLint Notes about the effect of applying the replacement.
ideaRefactoring :: Idea -> [Refactoring SrcSpan]hlint Language.Haskell.HLint How to perform this idea
ideaSeverity :: Idea -> Severityhlint Language.Haskell.HLint The severity of the idea, e.g. Warning.