Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Summary

    doctest Test.DocTest.Internal.Run

    Summary of a test run.

  2. Summary :: Int -> Int -> Int -> Int -> Summary

    doctest Test.DocTest.Internal.Run

    No documentation available.

  3. data Summary (sym :: Symbol)

    gogol-core Gogol.Prelude

    Add a short summary for (part of) API. Example:

    >>> type MyApi = Summary "Get book by ISBN." :> "books" :> Capture "isbn" Text :> Get '[JSON] Book
    

  4. data Summary

    hedgehog Hedgehog.Internal.Report

    A summary of all the properties executed.

  5. Summary :: PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> Summary

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  6. data Summary (sym :: Symbol)

    servant Servant.API

    Add a short summary for (part of) API. Example:

    >>> type MyApi = Summary "Get book by ISBN." :> "books" :> Capture "isbn" Text :> Get '[JSON] Book
    

  7. data Summary (sym :: Symbol)

    servant Servant.API.Description

    Add a short summary for (part of) API. Example:

    >>> type MyApi = Summary "Get book by ISBN." :> "books" :> Capture "isbn" Text :> Get '[JSON] Book
    

  8. SumFlavour :: TyConFlavour tc

    ghc GHC.Core.TyCon

    No documentation available.

  9. SumTyCon :: [DataCon] -> Int -> AlgTyConRhs

    ghc GHC.Core.TyCon

    An unboxed sum type.

  10. data SummariseResult

    ghc GHC.Driver.Make

    No documentation available.

Page 22 of many | Previous | Next