• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. notElem :: Ord a => a -> Interval a -> Bool

    intervals Numeric.Interval.NonEmpty.Internal

    Deprecated: Use notMember instead.

  2. notElem :: (Eq a, Monad m) => a -> Stream m a -> m Bool

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

  3. notes :: [String]

    med-module Sound.MED.Generic.Block

    No documentation available.

  4. notedata :: MMD0Block -> [[MMD0NoteData]]

    med-module Sound.MED.Raw.MMD0Block

    No documentation available.

  5. notedata :: MMD1Block -> [[MMD1NoteData]]

    med-module Sound.MED.Raw.MMD1Block

    No documentation available.

  6. notetr :: NotationInfo -> [BYTE]

    med-module Sound.MED.Raw.NotationInfo

    No documentation available.

  7. notElem :: Word8 -> ByteString -> Bool

    rawfilepath Data.ByteString.RawFilePath

    O(n) notElem is the inverse of elem

  8. notElem :: forall (f :: Type -> Type) (n :: Nat) a . (CFoldable f, Dom f a, Eq a) => a -> Sized f n a -> Bool

    sized Data.Sized

    Negation of elem. Since 0.7.0.0

  9. notElem :: (Monad m, Eq a) => a -> SerialT m a -> m Bool

    streamly Streamly.Internal.Data.Stream.IsStream

    Determine whether an element is not present in the stream.

    notElem = Stream.fold Fold.length
    

  10. notElem :: (Monad m, Eq a) => a -> SerialT m a -> m Bool

    streamly Streamly.Prelude

    Determine whether an element is not present in the stream.

    notElem = Stream.fold Fold.length
    

Page 53 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete