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.
notebus :: Pattern Int -> Pattern Note -> ControlPatterntidal Sound.Tidal.Boot No documentation available.
notElem :: (Eq a, Unboxable a) => a -> Vector a -> Boolunboxing-vector Data.Vector.Unboxing No documentation available.
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
notEmpty' :: Foldable t => Validator () (t a) (t a)valida Valida.Combinators notEmpty :: Foldable t => e -> ValidationRule (NonEmpty e) (t a)valida-base Valida.Combinators Build a maximum length rule.
notEmpty = minLengthOf 1
notEmpty = failureIf null
notEmpty' :: Foldable t => ValidationRule () (t a)valida-base Valida.Combinators Like notEmpty but uses Unit as the ValidationRule error type.
notEmpty :: forall (m :: Type -> Type) a e . (Monad m, HasLength a) => e -> ValidationRuleT e m avalidate-input Data.Validator Specialized minLength with N = 1
-
bbdb Database.BBDB No documentation available.
notElem :: (MonoFoldable mono, Eq (Element mono)) => Element mono -> mono -> Boolclassy-prelude-yesod ClassyPrelude.Yesod Synonym for onotElem
notElemC :: forall (m :: Type -> Type) a o . (Monad m, Eq a) => a -> ConduitT a o m Boolclassy-prelude-yesod ClassyPrelude.Yesod Are no values in the stream equal to the given value? Stops consuming as soon as a match is found.