Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. scanMany :: forall (m :: Type -> Type) b c a . Monad m => Fold m b c -> Unfold m a b -> Unfold m a c

    streamly-core Streamly.Internal.Data.Unfold

    Scan the output of an Unfold to change it in a stateful manner. Once fold is done it will restart from its initial state.

    >>> u = Unfold.scanMany (Fold.take 2 Fold.sum) Unfold.fromList
    
    >>> Unfold.fold Fold.toList u [1,2,3,4,5]
    [0,1,3,0,3,7,0,5]
    
    Pre-release

  2. cany :: (CFoldable f, Dom f a) => (a -> Bool) -> f a -> Bool

    subcategories Control.Subcategory.Foldable

    No documentation available.

  3. getAny :: Any -> Bool

    testing-feat Test.Feat.Enumerate

    No documentation available.

  4. matchManyToOne :: (b -> a -> Bool) -> Pattern a -> Pattern b -> Pattern (Bool, b)

    tidal-core Sound.Tidal.Pattern

    Mark values in the first pattern which match with at least one value in the second pattern.

  5. TAny :: ValType

    typst Typst.Types

    No documentation available.

  6. Many :: ValType -> TypeSpec

    typst Typst.Util

    No documentation available.

  7. popManyCommands :: SMTWriter h => f h -> Int -> [Command h]

    what4 What4.Protocol.SMTWriter

    Pop several scopes.

  8. BVDAny :: Integer -> Domain (w :: Nat)

    what4 What4.Utils.BVDomain.Arith

    The set of all bitvectors of width w. Argument caches 2^w-1.

  9. mazAnyType :: Type

    Agda Agda.Compiler.MAlonzo.Misc

    No documentation available.

  10. mazAnyTypeName :: String

    Agda Agda.Compiler.MAlonzo.Misc

    No documentation available.

Page 211 of many | Previous | Next