Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. type SumArity = Int

    template-haskell Language.Haskell.TH.Syntax

    In UnboxedSumE, UnboxedSumT, and UnboxedSumP, the total number of SumAlts. For example, (#|#) has a SumArity of 2.

  2. SumRep :: [RuntimeRep] -> RuntimeRep

    ghc-prim GHC.Types

    An unboxed sum of the given reps

  3. data Summary

    doctest Test.DocTest.Internal.Run

    Summary of a test run.

  4. Summary :: Int -> Int -> Int -> Int -> Summary

    doctest Test.DocTest.Internal.Run

    No documentation available.

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

  6. data Summary

    hedgehog Hedgehog.Internal.Report

    A summary of all the properties executed.

  7. Summary :: PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> PropertyCount -> Summary

    hedgehog Hedgehog.Internal.Report

    No documentation available.

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

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

  10. SumFlavour :: TyConFlavour tc

    ghc GHC.Core.TyCon

    No documentation available.

Page 22 of many | Previous | Next