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.
SumRep :: [RuntimeRep] -> RuntimeRepghc-prim GHC.Types An unboxed sum of the given reps
-
doctest Test.DocTest.Internal.Run Summary of a test run.
Summary :: Int -> Int -> Int -> Int -> Summarydoctest Test.DocTest.Internal.Run No documentation available.
-
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
-
hedgehog Hedgehog.Internal.Report A summary of all the properties executed.
-
hedgehog Hedgehog.Internal.Report No documentation available.
-
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
-
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
-
ghc GHC.Core.TyCon No documentation available.
SumTyCon :: [DataCon] -> Int -> AlgTyConRhsghc GHC.Core.TyCon An unboxed sum type.