Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Driver.Make No documentation available.
sumPatParens :: EpAnnSumPat -> [AddEpAnn]ghc GHC.Hs.Pat No documentation available.
sumPatVbarsAfter :: EpAnnSumPat -> [EpaLocation]ghc GHC.Hs.Pat No documentation available.
sumPatVbarsBefore :: EpAnnSumPat -> [EpaLocation]ghc GHC.Hs.Pat No documentation available.
-
ghc GHC.Types.Basic No documentation available.
summaryNodeSummary :: SummaryNode -> ModuleGraphNodeghc GHC.Unit.Module.Graph No documentation available.
summaryExamples :: Summary -> !Inthspec-core Test.Hspec.Core.Runner No documentation available.
summaryFailures :: Summary -> !Inthspec-core Test.Hspec.Core.Runner No documentation available.
-
cmdargs System.Console.CmdArgs.Implicit Modes: "My program name/version/copyright is ..." One line summary of the entire program, the first line of --help and the only line of --version. If the string contains a version number component will also provide --numeric-version.
Sample{..} &= summary "CmdArgs v0.0, (C) Neil Mitchell 1981" sumV :: (Foldable f, Additive v, Num a) => f (v a) -> v alinear Linear.Vector Sum over multiple vectors
>>> sumV [V2 1 1, V2 3 4] V2 4 5