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.

  1. data a :+ b

    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 :+ ())
    

  2. (:+) :: a -> b -> (:+) a b

    generic-functor Generic.Functor.Internal.Implicit

    No documentation available.

  3. data a :+ b

    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 :+ ())
    

  4. (:+) :: a -> b -> (:+) a b

    generic-functor Generic.Functor.Multimap

    No documentation available.

  5. (:=) :: forall v . (Show v, ToJSON v) => Text -> v -> KeyValue

    github-rest GitHub.REST

    No documentation available.

  6. (:=) :: forall v . (Show v, ToJSON v) => Text -> v -> KeyValue

    github-rest GitHub.REST.KeyValue

    No documentation available.

  7. (:=) :: forall ct st . LinkedRep ct st => st -> ct -> ModelSymPair ct st

    grisette Grisette.Internal.SymPrim.ModelRep

    No documentation available.

  8. (::=) :: TypedAnySymbol t -> t -> ModelValuePair t

    grisette Grisette.Internal.SymPrim.Prim.Model

    No documentation available.

  9. (::=) :: TypedAnySymbol t -> t -> ModelValuePair t

    grisette Grisette.SymPrim

    No documentation available.

  10. (:=) :: forall ct st . LinkedRep ct st => st -> ct -> ModelSymPair ct st

    grisette Grisette.SymPrim

    No documentation available.

Page 54 of many | Previous | Next