Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
mapTestUnitValuesBase64 :: TestResource (String, String) -> TestResource (String, ByteString)tasty-kat Test.Tasty.KAT.FileLoader No documentation available.
mapTestUnits :: (TestUnit (String, a) -> TestUnit b) -> TestResource (String, a) -> TestResource btasty-kat Test.Tasty.KAT.FileLoader No documentation available.
mappend :: Monoid a => a -> a -> aturtle Turtle An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.
mapXY :: PointMapFn x y -> (x, y) -> PointChart Graphics.Rendering.Chart.Plot.Types No documentation available.