View Source Funx.Monad.Either.Dsl.Step.Ap (funx v0.3.0)

Represents an applicative functor operation.

Ap applies a function wrapped in an Either to a value wrapped in an Either.

Summary

Types

t()

An applicative step that applies wrapped functions to wrapped values

Types

@type t() :: %Funx.Monad.Either.Dsl.Step.Ap{
  __meta__: map() | nil,
  applicative: term()
}

An applicative step that applies wrapped functions to wrapped values