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.
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.
mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable bChart Graphics.Rendering.Chart.Renderable Map a function over the result of a renderable's pickfunction, keeping only Just results.
mapPickFn :: (a -> b) -> Renderable a -> Renderable bChart Graphics.Rendering.Chart.Renderable Map a function over result of a renderable's pickfunction.
mapAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Maybe Annotationannotated-exception Data.Annotation Map a function over the given Annotation. If the types don't match up, then the whole thing returns Nothing.
mapMaybeAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Annotationannotated-exception Data.Annotation Map a function over the Annotation, leaving it unchanged if the types don't match.
-
automaton Data.Automaton Only step the automaton if the input is Just.
mappendFrom :: forall w (m :: Type -> Type) . (Monoid w, Monad m) => w -> Automaton m w wautomaton Data.Automaton Like accumulateWith, with mappend as the accumulation function.