Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.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 :: Blocks -> Inlines

    pandoc-types Text.Pandoc.Builder

    No documentation available.

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

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

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

  7. note :: Member (Error e) 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.

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

    protolude Protolude

    No documentation available.

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

    protolude Protolude.Exceptions

    No documentation available.

  10. notE :: Expr

    express Data.Express.Fixtures

    The function not encoded as an Expr.

    > notE
    not :: Bool -> Bool
    

Page 1 of many | Next