Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
generic-functor Generic.Functor.Internal.Implicit Heterogeneous lists of arrows are constructed as lists separated by (:+) and terminated by ().
Example
Given f :: a -> a' and g :: b -> b', (f :+ g :+ ()) is a list with the two elements f and g.if f :: a -> a' g :: b -> b' then f :+ g :+ () :: (a -> a') :+ (b -> b') :+ ()
Those lists are used by gmultimap and multimap.bimap_ :: (a -> a') -> (b -> b') -> (Maybe a, [Either b a]) -> (Maybe a', [Either b' a']) bimap_ f g = multimap (f :+ g :+ ())
-
generic-functor Generic.Functor.Internal.Implicit No documentation available.
-
generic-functor Generic.Functor.Multimap Heterogeneous lists of arrows are constructed as lists separated by (:+) and terminated by ().
Example
Given f :: a -> a' and g :: b -> b', (f :+ g :+ ()) is a list with the two elements f and g.if f :: a -> a' g :: b -> b' then f :+ g :+ () :: (a -> a') :+ (b -> b') :+ ()
Those lists are used by gmultimap and multimap.bimap_ :: (a -> a') -> (b -> b') -> (Maybe a, [Either b a]) -> (Maybe a', [Either b' a']) bimap_ f g = multimap (f :+ g :+ ())
-
generic-functor Generic.Functor.Multimap No documentation available.
(
:= ) :: forall v . (Show v, ToJSON v) => Text -> v -> KeyValuegithub-rest GitHub.REST No documentation available.
(
:= ) :: forall v . (Show v, ToJSON v) => Text -> v -> KeyValuegithub-rest GitHub.REST.KeyValue No documentation available.
(
:= ) :: forall ct st . LinkedRep ct st => st -> ct -> ModelSymPair ct stgrisette Grisette.Internal.SymPrim.ModelRep No documentation available.
(
::= ) :: TypedAnySymbol t -> t -> ModelValuePair tgrisette Grisette.Internal.SymPrim.Prim.Model No documentation available.
(
::= ) :: TypedAnySymbol t -> t -> ModelValuePair tgrisette Grisette.SymPrim No documentation available.
(
:= ) :: forall ct st . LinkedRep ct st => st -> ct -> ModelSymPair ct stgrisette Grisette.SymPrim No documentation available.