Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. oneNotEq :: forall (m :: Type -> Type) a . (Monad m, Eq a) => a -> Parser a m a

    streamly-core Streamly.Internal.Data.Parser

    Match anything other than the supplied element.

    >>> oneNotEq x = Parser.satisfy (/= x)
    

  2. cnotElem :: (CFoldable f, Eq a, Dom f a) => a -> f a -> Bool

    subcategories Control.Subcategory.Foldable

    No documentation available.

  3. AllNotesOff :: NoteBoundary a

    synthesizer-midi Synthesizer.MIDI.EventList

    No documentation available.

  4. checkNoteEvent :: C event => Channel -> event -> Maybe (Either Program (NoteBoundary Bool))

    synthesizer-midi Synthesizer.MIDI.EventList

    No documentation available.

  5. getNoteEvents :: C event => Channel -> Filter event (T StrictTime [Either Program (NoteBoundary Bool)])

    synthesizer-midi Synthesizer.MIDI.EventList

    No documentation available.

  6. matchNoteEvents :: T StrictTime [NoteBoundary (Maybe Program)] -> T StrictTime [Note]

    synthesizer-midi Synthesizer.MIDI.EventList

    No documentation available.

  7. matchNoteEventsCore :: (noteBnd -> Maybe (noteBnd -> Bool, LazyTime -> Note)) -> T StrictTime [noteBnd] -> T StrictTime [Note]

    synthesizer-midi Synthesizer.MIDI.EventList

    No documentation available.

  8. fshiftnote :: Pattern Double -> ControlPattern

    tidal-core Sound.Tidal.Params

    frequency shifter

  9. fshiftnoteCount :: String -> ControlPattern

    tidal-core Sound.Tidal.Params

    No documentation available.

  10. fshiftnoteCountTo :: String -> Pattern Double -> Pattern ValueMap

    tidal-core Sound.Tidal.Params

    No documentation available.

Page 123 of many | Previous | Next