Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. notExprReft :: Expression a => a -> Reft

    liquid-fixpoint Language.Fixpoint.Types.Refinements

    No documentation available.

  2. notermination :: Config -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.UX.Config

    disable termination check

  3. noteChannel :: T Note Channel

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  4. noteEvent :: Channel -> Pitch -> Velocity -> Velocity -> Int -> Note

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  5. notePitch :: T Note Pitch

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  6. noteVelocity :: T Note Velocity

    midi-alsa Sound.MIDI.ALSA

    This may not yield what you expect. See normalizeNote.

  7. noteExplicitOff :: C event => Channel -> event -> Maybe (Velocity, Pitch, Bool)

    midi-alsa Sound.MIDI.ALSA.Check

    Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.

  8. noteImplicitOff :: C event => Channel -> event -> Maybe (Velocity, Pitch, Bool)

    midi-alsa Sound.MIDI.ALSA.Check

    Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.

  9. noteExplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> event

    midi-alsa Sound.MIDI.ALSA.Construct

    Like note, but converts NoteOn p 0 to NoteOff p 64. See explicitNoteOff.

  10. noteImplicitOff :: C event => Channel -> (Velocity, Pitch, Bool) -> event

    midi-alsa Sound.MIDI.ALSA.Construct

    Like note, but converts NoteOff p 64 to NoteOn p 0. See implicitNoteOff.

Page 32 of many | Previous | Next