Tyyppi.Value.mfa

You're seeing just the function mfa, go back to Tyyppi.Value module for more information.

Specs

mfa() :: t()

Creates a not defined mfa wrapped by Tyyppi.Value

Specs

mfa(
  options ::
    boolean()
    | function()
    | {module(), atom(), non_neg_integer()}
    | [{:existing, boolean()} | factory_option()]
) :: t()

Factory for mfa wrapped by Tyyppi.Value

Specs

mfa(m :: module(), f :: atom(), a :: non_neg_integer()) :: t()

Factory for mfa wrapped by Tyyppi.Value