• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. notebookMetadata :: Notebook a -> JSONMeta

    ipynb Data.Ipynb

    No documentation available.

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

    liquid-fixpoint Language.Fixpoint.Types.Refinements

    No documentation available.

  3. notermination :: Config -> Bool

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

    disable termination check

  4. noteChannel :: T Note Channel

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

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

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  6. notePitch :: T Note Pitch

    midi-alsa Sound.MIDI.ALSA

    No documentation available.

  7. noteVelocity :: T Note Velocity

    midi-alsa Sound.MIDI.ALSA

    This may not yield what you expect. See normalizeNote.

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

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

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

Page 32 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete