Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Int

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

  2. module Data.EnumBitSet

    Similar to Data.Edison.Coll.EnumSet but it allows to choose the underlying type for bit storage. This is really a low-level module for type-safe foreign function interfaces. The integer representation of the enumeration type is the bit position of the flag within the bitvector.

  3. subset :: (Enum a, Bits w) => T w a -> T w a -> Bool

    enumset Data.EnumBitSet

    subset a b is True if a is a subset of b.

  4. module Data.FlagSet

    A bit vector that represents a record in a bit-packed way.

  5. isSubsetOf :: Ord a => [a] -> [a] -> Bool

    express Data.Express.Utils.List

    O(n log n). Checks that all elements of the first list are elements of the second.

  6. isEthiopic :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  7. isEthiopicExtended :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  8. isEthiopicExtendedA :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  9. isEthiopicSupplement :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  10. module Data.Set.CharSet

    Char sets implemeted as non-overlapping ordered lists of intervalls

Page 126 of many | Previous | Next