Hoogle Search

Within LTS Haskell 23.26 (ghc-9.8.4)

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

  1. note :: CritHPrintfType r => String -> r

    criterion Criterion.IO.Printf

    Print a "normal" note.

  2. note :: a -> Maybe b -> Either a b

    errors Control.Error.Util

    Tag the Nothing value of a Maybe

  3. note :: MonadError e m => e -> Maybe a -> m a

    protolude Protolude.Exceptions

    No documentation available.

  4. note :: Blocks -> Inlines

    pandoc-types Text.Pandoc.Builder

    No documentation available.

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

    midi Sound.MIDI.Message.Class.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.

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

    midi Sound.MIDI.Message.Class.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.

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

    midi Sound.MIDI.Message.Class.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.

  8. note :: forall e (r :: EffectRow) a . Member (Error e :: (Type -> Type) -> Type -> Type) r => e -> Maybe a -> Sem r a

    polysemy Polysemy.Error

    Attempt to extract a Just a from a Maybe a, throwing the provided exception upon Nothing.

  9. notE :: IsSql92ExpressionSyntax expr => expr -> expr

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

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

Page 1 of many | Next