Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. note :: String -> String -> Assertions ()

    chell Test.Chell

    Attach a note to a test run. Notes will be printed to stdout and included in reports, even if the test fails or aborts. Notes are useful for debugging failing tests.

  2. note :: C event => Channel -> event -> Maybe (Velocity, Pitch, Bool)

    midi-alsa Sound.MIDI.ALSA.Check

    Warning: This returns note events as they are, that is, a NoteOff p 64 might be encoded as such or as NoteOn p 0 depending on the content of event. For normalized results you may use noteExplicitOff.

  3. note :: C event => Channel -> (Velocity, Pitch, Bool) -> event

    midi-alsa Sound.MIDI.ALSA.Construct

    Warning: This constructs a note events as is, that is, a NoteOff p 64 is encoded as such and will not be converted to NoteOn p 0. If you want such a conversion, you may use noteImplicitOff.

  4. note :: C event => event -> Maybe (Channel, (Velocity, Pitch, Bool))

    midi-alsa Sound.MIDI.ALSA.Query

    Warning: This returns note events as they are, that is, a NoteOff p 64 might be encoded as such or as NoteOn p 0 depending on the content of event. For normalized results you may use noteExplicitOff.

  5. note :: Pattern Note -> ControlPattern

    tidal-core Sound.Tidal.Params

    The note or pitch to play a sound or synth with

  6. note :: Aspects -> String

    Agda Agda.Interaction.Highlighting.Precise

    This note, if not null, can be displayed as a tool-tip or something like that. It should contain useful information about the range (like the module containing a certain identifier, or the fixity of an operator).

  7. note :: Aspects -> String

    Agda Agda.Syntax.Common.Aspect

    This note, if not null, can be displayed as a tool-tip or something like that. It should contain useful information about the range (like the module containing a certain identifier, or the fixity of an operator).

  8. notE :: Expr

    code-conjure Conjure.Engine

    The function not encoded as an Expr.

    > notE
    not :: Bool -> Bool
    

  9. notE :: Expr

    code-conjure Conjure.Expr

    The function not encoded as an Expr.

    > notE
    not :: Bool -> Bool
    

  10. note :: Proof p -> (Fact p => t) -> t

    gdp Logic.Implicit

    Add a proof to the implicit context.

Page 2 of many | Previous | Next