Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapTailsAlt :: (Transform sig a, Write sig b) => LazySize -> (sig a -> b) -> sig a -> sig bsynthesizer-core Synthesizer.Generic.Signal No documentation available.
mapAccumL :: (x -> acc -> Maybe (y, acc)) -> acc -> T x -> (acc, T y)synthesizer-core Synthesizer.Plain.Signal No documentation available.
mapExponential :: C a => a -> a -> T a -> T asynthesizer-core Synthesizer.State.Displacement No documentation available.
mapLinear :: C a => a -> a -> T a -> T asynthesizer-core Synthesizer.State.Displacement No documentation available.
mapAdjacent :: (a -> a -> b) -> T a -> T bsynthesizer-core Synthesizer.State.Signal No documentation available.
mapM_ :: Monad m => (a -> m ()) -> T a -> m ()synthesizer-core Synthesizer.State.Signal No documentation available.
mapTails :: (T y0 -> y1) -> T y0 -> T y1synthesizer-core Synthesizer.State.Signal No documentation available.
mapTestUnits :: (TestUnit (String, a) -> TestUnit b) -> TestResource (String, a) -> TestResource btasty-kat Test.Tasty.KAT No documentation available.
mapTestUnitValues :: (String -> a) -> TestResource (String, String) -> TestResource (String, a)tasty-kat Test.Tasty.KAT.FileLoader No documentation available.
mapTestUnitValuesBase16 :: TestResource (String, String) -> TestResource (String, ByteString)tasty-kat Test.Tasty.KAT.FileLoader No documentation available.