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.
sumMaps :: [Map (Int, Int) Int] -> Map (Int, Int) Intbattleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
sumMapsStorable :: (Int, Int) -> [Map (Int, Int) Word64] -> Map (Int, Int) Word64battleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
sumAggregationField :: SumAggregation -> FieldNamebloodhound Database.Bloodhound.Common.Types No documentation available.
summaryComment :: Lens' CopyrightDescription (Maybe Text)cabal-debian Debian.Debianize.CopyrightDescription No documentation available.
summaryCopyright :: Lens' CopyrightDescription (Maybe Text)cabal-debian Debian.Debianize.CopyrightDescription No documentation available.
summaryLicense :: Lens' CopyrightDescription (Maybe (License, Maybe Text))cabal-debian Debian.Debianize.CopyrightDescription No documentation available.
sumChange :: CoinSelection i o -> Coincardano-coin-selection Cardano.CoinSelection Calculate the total sum of all change for the given CoinSelection.
sumInputs :: CoinSelection i o -> Coincardano-coin-selection Cardano.CoinSelection Calculate the total sum of all inputs for the given CoinSelection.
sumOutputs :: CoinSelection i o -> Coincardano-coin-selection Cardano.CoinSelection Calculate the total sum of all outputs for the given CoinSelection.
-
code-conjure Conjure.Engine sum of Int elements lifted over the Expr type.
> sum' xxs sum xs :: Int
> evl (sum' $ expr [1,2,3::Int]) :: Int 6