Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. offset :: Slice (arr :: Type -> Type) a -> {-# UNPACK #-} !Int

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

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

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

  3. 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.

  4. 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.

  5. module Data.FlagSet

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

  6. 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.

  7. isEthiopic :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  8. isEthiopicExtended :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  9. isEthiopicExtendedA :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

  10. isEthiopicSupplement :: Char -> Bool

    hxt-charproperties Data.Char.Properties.UnicodeBlocks

    No documentation available.

Page 126 of many | Previous | Next