Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. notebus :: Pattern Int -> Pattern Note -> ControlPattern

    tidal Sound.Tidal.Boot

    No documentation available.

  2. notElem :: (Eq a, Unboxable a) => a -> Vector a -> Bool

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  3. notEmpty :: Foldable t => e -> Validator (NonEmpty e) (t a) (t a)

    valida Valida.Combinators

    Build a maximum length rule.

    notEmpty = minLengthOf 1
    
    notEmpty = failureIf null
    

  4. notEmpty' :: Foldable t => Validator () (t a) (t a)

    valida Valida.Combinators

    Like notEmpty but uses Unit as the Validator error type.

  5. notEmpty :: Foldable t => e -> ValidationRule (NonEmpty e) (t a)

    valida-base Valida.Combinators

    Build a maximum length rule.

    notEmpty = minLengthOf 1
    
    notEmpty = failureIf null
    

  6. notEmpty' :: Foldable t => ValidationRule () (t a)

    valida-base Valida.Combinators

    Like notEmpty but uses Unit as the ValidationRule error type.

  7. notEmpty :: forall (m :: Type -> Type) a e . (Monad m, HasLength a) => e -> ValidationRuleT e m a

    validate-input Data.Validator

    Specialized minLength with N = 1

  8. notes :: BBDB -> Maybe Note

    bbdb Database.BBDB

    No documentation available.

  9. notElem :: (MonoFoldable mono, Eq (Element mono)) => Element mono -> mono -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Synonym for onotElem

  10. notElemC :: forall (m :: Type -> Type) a o . (Monad m, Eq a) => a -> ConduitT a o m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Are no values in the stream equal to the given value? Stops consuming as soon as a match is found.

Page 55 of many | Previous | Next