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.
-
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.
-
hlint Language.Haskell.HLint The source code the idea relates to.
ideaTo :: Idea -> Maybe Stringhlint Language.Haskell.HLint The suggested replacement, or Nothing for no replacement (e.g. on parse errors).
-
lucid Lucid.Html5 The id attribute.
idct :: (Vector v CD, Vector v Double) => v Double -> v Doublestatistics Statistics.Transform Inverse discrete cosine transform (DCT-III). It's inverse of dct only up to scale parameter:
(idct . dct) x = (* length x)
idct_ :: (Vector v CD, Vector v Double) => v CD -> v Doublestatistics Statistics.Transform Inverse discrete cosine transform (DCT-III). Only real part of vector is transformed, imaginary part is ignored.