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.
powerSumArray :: (FoldNumeric r e, Index ix) => Array r ix e -> Int -> emassiv Data.Massiv.Core.Operations Raise each element in the array to some non-negative power and sum the results
ssum :: forall r ix e . (Num e, Stream r ix e) => Array r ix e -> emassiv 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
_exampleSummary :: Example -> Maybe Textopenapi3 Data.OpenApi Short description for the example.
_operationSummary :: Operation -> Maybe Textopenapi3 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.
_pathItemSummary :: PathItem -> Maybe Textopenapi3 Data.OpenApi An optional, string summary, intended to apply to all operations in this path.
_exampleSummary :: Example -> Maybe Textopenapi3 Data.OpenApi.Internal Short description for the example.
_operationSummary :: Operation -> Maybe Textopenapi3 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.
_pathItemSummary :: PathItem -> Maybe Textopenapi3 Data.OpenApi.Internal An optional, string summary, intended to apply to all operations in this path.
class
GSumToSchema (f :: Type -> Type)openapi3 Data.OpenApi.Internal.Schema No documentation available.
-
openapi3 Data.OpenApi.Internal.Schema No documentation available.