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. mapTailsAlt :: (Transform sig a, Write sig b) => LazySize -> (sig a -> b) -> sig a -> sig b

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

  2. mapAccumL :: (x -> acc -> Maybe (y, acc)) -> acc -> T x -> (acc, T y)

    synthesizer-core Synthesizer.Plain.Signal

    No documentation available.

  3. mapExponential :: C a => a -> a -> T a -> T a

    synthesizer-core Synthesizer.State.Displacement

    No documentation available.

  4. mapLinear :: C a => a -> a -> T a -> T a

    synthesizer-core Synthesizer.State.Displacement

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

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

    tasty-kat Test.Tasty.KAT

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

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

    tasty-kat Test.Tasty.KAT.FileLoader

    No documentation available.

Page 247 of many | Previous | Next