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.
-
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
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
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
class
IsSubset (ins :: [Type]) (out :: [Type]) targetregistry Data.Registry.Solver Compute if each element of a list of types is contained in another list when trying to add the function target
peekSet :: (IsSet t, Store (Element t)) => Peek tstore Data.Store.Internal Implement peek for an IsSequence of Store instances.
pokeSet :: (IsSet t, Store (Element t)) => t -> Poke ()store Data.Store.Internal Implement poke for an IsSequence of Store instances.
sizeSet :: (IsSet t, Store (Element t)) => Size tstore Data.Store.Internal parseTimeRFC2822 :: TextualMonoid t => t -> Maybe ZonedTimetimerep Data.Time.RFC2822 No documentation available.
parseTimeRFC3339 :: TextualMonoid t => t -> Maybe ZonedTimetimerep Data.Time.RFC3339 No documentation available.
parseTimeRFC822 :: TextualMonoid t => t -> Maybe ZonedTimetimerep Data.Time.RFC822 No documentation available.