DeltaAlive (concept)
Explanation of delta_alive
∴ theta_foo (atom)
Explanation of theta_foo
∴ theta_bar (boolean)
Explanation of theta_bar
∴ theta_baz (integer)
Explanation of theta_baz
fantom zeta_one (signature)
Explanation of zeta_one
fantom zeta_two (signature)
Explanation of zeta_two
defmodule Example.AlphaAlive.GammaAlive do
@moduledoc "Explanation of gamma_alive"
@type t() :: %__MODULE__{theta_foo: atom, theta_bar: boolean, theta_baz: integer}
defstruct theta_foo: nil, theta_bar: nil, theta_baz: nil
end
defmodule Example.AlphaAlive.GammaAliveTest do
use ExUnit.Case, async: true
end