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. rSetRanges :: RSet v -> [Range v]

    Ranged-sets Data.Ranged.RangedSet

    No documentation available.

  2. rSetUnfold :: DiscreteOrdered a => Boundary a -> (Boundary a -> Boundary a) -> (Boundary a -> Maybe (Boundary a)) -> RSet a

    Ranged-sets Data.Ranged.RangedSet

    Construct a range set.

  3. rSetUnion :: DiscreteOrdered v => RSet v -> RSet v -> RSet v

    Ranged-sets Data.Ranged.RangedSet

    Set union for ranged sets. Infix precedence is left 6.

  4. unsafeRangedSet :: DiscreteOrdered v => [Range v] -> RSet v

    Ranged-sets Data.Ranged.RangedSet

    Create a new Ranged Set from a list of ranges. validRangeList ranges must return True. This precondition is not checked.

  5. module Data.ByteSet

    Inspired in the Data.IntSet API, a similar API where the elements of the set are bytes (values of type Word8).

  6. data ByteSet

    byteset Data.ByteSet

    Set of bytes (Word8). Note that NF and WHNF are equivalent for values of type ByteSet.

  7. Unset :: Update a

    ecstasy Data.Ecstasy

    Delete the current value if it exists.

  8. vset :: VTable (m :: Type -> Type) a -> !Ent -> Update a -> m ()

    ecstasy Data.Ecstasy

    Update the value of an entity's component.

  9. convertSetter :: HasWorld' world => world 'FieldOf -> world 'SetterOf

    ecstasy Data.Ecstasy.Internal

    Transforms an entity into a setter to transform the default entity into the given one. Used by createEntity.

  10. class GConvertSetter (a :: Type -> Type) (b :: Type -> Type)

    ecstasy Data.Ecstasy.Internal.Deriving

    Utility class for implementing convertSetter.

Page 221 of many | Previous | Next