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. ident :: (Num a, Element a) => Int -> Matrix a

    hmatrix Numeric.LinearAlgebra.Data

    creates the identity matrix of given dimension

  2. idxs :: [Int] -> Vector I

    hmatrix Numeric.LinearAlgebra.Data

    Create a vector of indexes, useful for matrix extraction using (??)

  3. ident :: (TokenParsing m, Monad m, IsString s) => IdentifierStyle m -> m s

    parsers Text.Parser.Token

    Parse a non-reserved identifier or symbol

  4. ideaDecl :: Idea -> [String]

    hlint Language.Haskell.HLint

    The declarations the idea is for, usually a singleton, typically the function name, but may be a type name.

  5. ideaFrom :: Idea -> String

    hlint Language.Haskell.HLint

    The contents of the source code the idea relates to.

  6. ideaHint :: Idea -> String

    hlint Language.Haskell.HLint

    The name of the hint that generated the idea, e.g. "Use reverse".

  7. ideaModule :: Idea -> [String]

    hlint Language.Haskell.HLint

    The modules the idea is for, usually a singleton.

  8. ideaNote :: Idea -> [Note]

    hlint Language.Haskell.HLint

    Notes about the effect of applying the replacement.

  9. ideaRefactoring :: Idea -> [Refactoring SrcSpan]

    hlint Language.Haskell.HLint

    How to perform this idea

  10. ideaSeverity :: Idea -> Severity

    hlint Language.Haskell.HLint

    The severity of the idea, e.g. Warning.

Page 277 of many | Previous | Next