Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. eraseTypes :: forall (ins :: [Type]) (out :: [Type]) . Registry ins out -> Registry '[ERASED_TYPES] '[ERASED_TYPES]

    registry Data.Registry.Registry

    Remove the parameters list of the registry and replace it with an empty type This makes it easier to read compilation errors where less types are being displayed On the other hand the resulting registry cannot be type-checked anymore when trying to get values out of it

  2. class AreSubset (ins :: [Type]) (out :: [Type]) (targets :: [Type])

    registry Data.Registry.Solver

    Compute if each element of a list of types is contained in another list when trying to append 2 registries together where target is the list of inputs of the first registry

  3. class IsSameSet (types1 :: [Type]) (types2 :: [Type])

    registry Data.Registry.Solver

    Compute if each element of a list of types is the same as another in a different order

  4. class IsSubset (ins :: [Type]) (out :: [Type]) target

    registry Data.Registry.Solver

    Compute if each element of a list of types is contained in another list when trying to add the function target

  5. peekSet :: (IsSet t, Store (Element t)) => Peek t

    store Data.Store.Internal

    Implement peek for an IsSequence of Store instances.

  6. pokeSet :: (IsSet t, Store (Element t)) => t -> Poke ()

    store Data.Store.Internal

    Implement poke for an IsSequence of Store instances.

  7. sizeSet :: (IsSet t, Store (Element t)) => Size t

    store Data.Store.Internal

    Implement size for an IsSet of Store instances.

  8. parseTimeRFC2822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC2822

    No documentation available.

  9. parseTimeRFC3339 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC3339

    No documentation available.

  10. parseTimeRFC822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC822

    No documentation available.

Page 129 of many | Previous | Next