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.

  1. mapTails :: (T y0 -> y1) -> T y0 -> T y1

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  2. mapTestUnits :: (TestUnit (String, a) -> TestUnit b) -> TestResource (String, a) -> TestResource b

    tasty-kat Test.Tasty.KAT

    No documentation available.

  3. mapTestUnitValues :: (String -> a) -> TestResource (String, String) -> TestResource (String, a)

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  4. mapTestUnitValuesBase16 :: TestResource (String, String) -> TestResource (String, ByteString)

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  5. mapTestUnitValuesBase64 :: TestResource (String, String) -> TestResource (String, ByteString)

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  6. mapTestUnits :: (TestUnit (String, a) -> TestUnit b) -> TestResource (String, a) -> TestResource b

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

  7. mappend :: Monoid a => a -> a -> a

    turtle 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.

  8. mapXY :: PointMapFn x y -> (x, y) -> Point

    Chart Graphics.Rendering.Chart.Plot.Types

    No documentation available.

  9. mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable b

    Chart Graphics.Rendering.Chart.Renderable

    Map a function over the result of a renderable's pickfunction, keeping only Just results.

  10. mapPickFn :: (a -> b) -> Renderable a -> Renderable b

    Chart Graphics.Rendering.Chart.Renderable

    Map a function over result of a renderable's pickfunction.

Page 211 of many | Previous | Next