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.

  1. mapAdjacent :: (a -> a -> b) -> T a -> T b

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  2. mapM_ :: Monad m => (a -> m ()) -> T a -> m ()

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

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

    tasty-kat Test.Tasty.KAT

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

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

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

    Chart Graphics.Rendering.Chart.Plot.Types

    No documentation available.

Page 210 of many | Previous | Next