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.
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.
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.
note :: C event => Channel -> (Velocity, Pitch, Bool) -> eventmidi-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.
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.
note :: Pattern Note -> ControlPatterntidal-core Sound.Tidal.Params The note or pitch to play a sound or synth with
-
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).
-
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).
-
code-conjure Conjure.Engine The function not encoded as an Expr.
> notE not :: Bool -> Bool
-
code-conjure Conjure.Expr The function not encoded as an Expr.
> notE not :: Bool -> Bool
note :: Proof p -> (Fact p => t) -> tgdp Logic.Implicit Add a proof to the implicit context.