Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. NotExactDecode :: TOML -> TomlDecodeError

    tomland Toml.Codec.Error

    Unused field left in the decoded TOML.

  2. NoteOff :: Channel -> Key -> Velocity -> Message

    HCodecs Codec.Midi

    No documentation available.

  3. NoteOn :: Channel -> Key -> Velocity -> Message

    HCodecs Codec.Midi

    No documentation available.

  4. type NotePairs = Vector (Float, Float)

    dobutokO2 DobutokO.Sound.Functional.Basics

    Is used to represent a set of pairs of notes for each element of which the Float values (notes frequencies in Hz) are somewhat musically connected one with another..

  5. NoTermInTypes :: IsTermInTypes

    ghc-lib GHC.Rename.Unbound

    No documentation available.

  6. pattern NOTEQUAL :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.WebGLRenderingContextBase

    No documentation available.

  7. NotEquals' :: Operator

    yi-mode-javascript Yi.Lexer.JavaScript

    No documentation available.

  8. NotEqualsType' :: Operator

    yi-mode-javascript Yi.Lexer.JavaScript

    No documentation available.

  9. binotElem :: (Bifoldable t, Eq a) => a -> t a a -> Bool

    base Data.Bifoldable

    binotElem is the negation of bielem.

    Examples

    Basic usage:
    >>> binotElem 42 (17, 42)
    False
    
    >>> binotElem 42 (17, 43)
    True
    
    >>> binotElem 42 (Left 42)
    False
    
    >>> binotElem 42 (Right 13)
    True
    
    >>> binotElem 42 (BiList [1..5] [1..100])
    False
    
    >>> binotElem 42 (BiList [1..5] [1..41])
    True
    

  10. eNOTEMPTY :: Errno

    base Foreign.C.Error

    No documentation available.

Page 76 of many | Previous | Next