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.

  1. summariseModule :: HscEnv -> HomeUnit -> Map (UnitId, FilePath) ModSummary -> IsBootInterface -> Located ModuleName -> PkgQual -> Maybe (StringBuffer, UTCTime) -> [ModuleName] -> IO SummariseResult

    ghc GHC.Driver.Make

    No documentation available.

  2. sumPatParens :: EpAnnSumPat -> [AddEpAnn]

    ghc GHC.Hs.Pat

    No documentation available.

  3. sumPatVbarsAfter :: EpAnnSumPat -> [EpaLocation]

    ghc GHC.Hs.Pat

    No documentation available.

  4. sumPatVbarsBefore :: EpAnnSumPat -> [EpaLocation]

    ghc GHC.Hs.Pat

    No documentation available.

  5. sumParens :: SDoc -> SDoc

    ghc GHC.Types.Basic

    No documentation available.

  6. summaryNodeSummary :: SummaryNode -> ModuleGraphNode

    ghc GHC.Unit.Module.Graph

    No documentation available.

  7. summaryExamples :: Summary -> !Int

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  8. summaryFailures :: Summary -> !Int

    hspec-core Test.Hspec.Core.Runner

    No documentation available.

  9. summary :: String -> Ann

    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"
    

  10. sumV :: (Foldable f, Additive v, Num a) => f (v a) -> v a

    linear Linear.Vector

    Sum over multiple vectors

    >>> sumV [V2 1 1, V2 3 4]
    V2 4 5
    

Page 43 of many | Previous | Next