Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
synthesizer-alsa Synthesizer.ALSA.Storable.Play Play a signal and write it to multiple files. The Functor f may be Maybe for no or one file to write, or [] for many files to write.
many :: Alternative f => f a -> f [a]threepenny-gui Graphics.UI.Threepenny.Core Zero or more.
Examples
>>> many (putStr "la") lalalalalalalalala... * goes on forever *
>>> many Nothing Just []
>>> take 5 <$> many (Just 1) * hangs forever *
Note that this function can be used with Parsers based on Applicatives. In that case many parser will attempt to parse parser zero or more times until it fails.matchManyToOne :: (b -> a -> Bool) -> Pattern a -> Pattern b -> Pattern (Bool, b)tidal Sound.Tidal.Boot Mark values in the first pattern which match with at least one value in the second pattern.
-
tomland Toml.Codec.BiMap Smart constructor for BiMap from a Haskell value (some primitive like Int or Text) to AnyValue.
applyAsToAny :: forall r (t :: TValue) . (AnyValue -> r) -> Value t -> rtomland Toml.Type.AnyValue Make function that works with AnyValue also work with specific Value.
reifyAnyValues :: forall (t :: TValue) . Value t -> [AnyValue] -> Either TypeMismatchError [Value t]tomland Toml.Type.AnyValue Checks whether all elements inside given list of AnyValue have the same type as given Value. Returns list of Value t without given Value.
insertKeyAnyVal :: Key -> AnyValue -> TOML -> TOMLtomland Toml.Type.TOML Inserts given key-value into the TOML.
-
unbound-generics Unbound.Generics.LocallyNameless.Alpha See fvAny.
fvAny' :: Fold a AnyName
-
unbound-generics Unbound.Generics.LocallyNameless.Alpha No documentation available.
fvAny :: (Alpha a, Contravariant f, Applicative f) => (AnyName -> f AnyName) -> a -> f aunbound-generics Unbound.Generics.LocallyNameless.Operations fvAny returns a fold over any names in a term a.
fvAny :: Alpha a => Fold a AnyName