Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. powerSumArray :: (FoldNumeric r e, Index ix) => Array r ix e -> Int -> e

    massiv Data.Massiv.Core.Operations

    Raise each element in the array to some non-negative power and sum the results

  2. ssum :: forall r ix e . (Num e, Stream r ix e) => Array r ix e -> e

    massiv Data.Massiv.Vector

    Add all elements of the array together Related: sum.

    Examples

    >>> import Data.Massiv.Vector as V
    
    >>> V.ssum $ V.sfromList [10, 3, 70, 5 :: Int]
    88
    

  3. _exampleSummary :: Example -> Maybe Text

    openapi3 Data.OpenApi

    Short description for the example.

  4. _operationSummary :: Operation -> Maybe Text

    openapi3 Data.OpenApi

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  5. _pathItemSummary :: PathItem -> Maybe Text

    openapi3 Data.OpenApi

    An optional, string summary, intended to apply to all operations in this path.

  6. _exampleSummary :: Example -> Maybe Text

    openapi3 Data.OpenApi.Internal

    Short description for the example.

  7. _operationSummary :: Operation -> Maybe Text

    openapi3 Data.OpenApi.Internal

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  8. _pathItemSummary :: PathItem -> Maybe Text

    openapi3 Data.OpenApi.Internal

    An optional, string summary, intended to apply to all operations in this path.

  9. class GSumToSchema (f :: Type -> Type)

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

  10. gdeclareNamedSumSchema :: forall (f :: Type -> Type) . GSumToSchema f => SchemaOptions -> Proxy f -> Schema -> Declare (Definitions Schema) NamedSchema

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

Page 125 of many | Previous | Next