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.
rSetRanges :: RSet v -> [Range v]Ranged-sets Data.Ranged.RangedSet No documentation available.
-
Ranged-sets Data.Ranged.RangedSet Construct a range set.
rSetUnion :: DiscreteOrdered v => RSet v -> RSet v -> RSet vRanged-sets Data.Ranged.RangedSet Set union for ranged sets. Infix precedence is left 6.
unsafeRangedSet :: DiscreteOrdered v => [Range v] -> RSet vRanged-sets Data.Ranged.RangedSet Create a new Ranged Set from a list of ranges. validRangeList ranges must return True. This precondition is not checked.
-
Inspired in the Data.IntSet API, a similar API where the elements of the set are bytes (values of type Word8).
-
byteset Data.ByteSet Set of bytes (Word8). Note that NF and WHNF are equivalent for values of type ByteSet.
-
ecstasy Data.Ecstasy Delete the current value if it exists.
vset :: VTable (m :: Type -> Type) a -> !Ent -> Update a -> m ()ecstasy Data.Ecstasy Update the value of an entity's component.
convertSetter :: HasWorld' world => world 'FieldOf -> world 'SetterOfecstasy Data.Ecstasy.Internal Transforms an entity into a setter to transform the default entity into the given one. Used by createEntity.
class
GConvertSetter (a :: Type -> Type) (b :: Type -> Type)ecstasy Data.Ecstasy.Internal.Deriving Utility class for implementing convertSetter.