Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. SumRep :: [RuntimeRep] -> RuntimeRep

    ghc-prim GHC.Types

    An unboxed sum of the given reps

  2. data Summary

    doctest Test.DocTest.Internal.Run

    Summary of a test run.

  3. Summary :: Int -> Int -> Int -> Int -> Summary

    doctest Test.DocTest.Internal.Run

    No documentation available.

  4. 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
    

  5. data Summary

    hedgehog Hedgehog.Internal.Report

    A summary of all the properties executed.

  6. Summary :: PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> Summary

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  7. 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
    

  8. 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
    

  9. SumFlavour :: TyConFlavour tc

    ghc GHC.Core.TyCon

    No documentation available.

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

    ghc GHC.Core.TyCon

    An unboxed sum type.

Page 22 of many | Previous | Next