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.
testSuiteStatSumTime :: TestSuiteStats -> !Word64sydtest Test.Syd.SpecDef No documentation available.
type
Consumer a = Proxy () a () Xpipes Pipes type
Consumer' a (m :: Type -> Type) r = forall y' y . () => Proxy () a y' y m rpipes Pipes Like Consumer, but with a polymorphic type
type
Consumer a = Proxy () a () Xpipes Pipes.Core type
Consumer' a (m :: Type -> Type) r = forall y' y . () => Proxy () a y' y m rpipes Pipes.Core Like Consumer, but with a polymorphic type
fromSinglesSum :: ([v] -> v) -> (Int, Int) -> (Int -> v) -> TrieSet vregex-tdfa Text.Regex.TDFA.IntArrTrieSet This is a Trie constructor for a complete range of keys that uses a function from single values and a sum operation of values to fill the Trie.
gsum :: (GFoldable t, Num a) => t a -> ageneric-deriving Generics.Deriving.Foldable No documentation available.
-
generic-deriving Generics.Deriving.Monoid No documentation available.
-
optics-core Optics.Fold The sum of a collection of actions.
>>> asumOf each ("hello","world") "helloworld">>> asumOf each (Nothing, Just "hello", Nothing) Just "hello"
asum ≡ asumOf folded
-
optics-core Optics.Fold The sum of a collection of actions.
>>> msumOf each ("hello","world") "helloworld">>> msumOf each (Nothing, Just "hello", Nothing) Just "hello"
msum ≡ msumOf folded