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. ideaHint :: Idea -> String

    hlint Language.Haskell.HLint

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

  2. ideaModule :: Idea -> [String]

    hlint Language.Haskell.HLint

    The modules the idea is for, usually a singleton.

  3. ideaNote :: Idea -> [Note]

    hlint Language.Haskell.HLint

    Notes about the effect of applying the replacement.

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

    hlint Language.Haskell.HLint

    How to perform this idea

  5. ideaSeverity :: Idea -> Severity

    hlint Language.Haskell.HLint

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

  6. ideaSpan :: Idea -> SrcSpan

    hlint Language.Haskell.HLint

    The source code the idea relates to.

  7. ideaTo :: Idea -> Maybe String

    hlint Language.Haskell.HLint

    The suggested replacement, or Nothing for no replacement (e.g. on parse errors).

  8. id_ :: Text -> Attribute

    lucid Lucid.Html5

    The id attribute.

  9. idct :: (Vector v CD, Vector v Double) => v Double -> v Double

    statistics Statistics.Transform

    Inverse discrete cosine transform (DCT-III). It's inverse of dct only up to scale parameter:

    (idct . dct) x = (* length x)
    

  10. idct_ :: (Vector v CD, Vector v Double) => v CD -> v Double

    statistics Statistics.Transform

    Inverse discrete cosine transform (DCT-III). Only real part of vector is transformed, imaginary part is ignored.

Page 277 of many | Previous | Next