alive
AlphaAlive (context) > GammaAlive

GammaAlive

Explanation of gamma_alive


concepts
DeltaAlive ()

Explanation of delta_alive


attrs

fields
fantom theta_foo (atom)

Explanation of theta_foo

fantom theta_bar (boolean)

Explanation of theta_bar

fantom theta_baz (integer)

Explanation of theta_baz


signatures
fantom zeta_one (binary)

Explanation of zeta_one

fantom zeta_two (float)

Explanation of zeta_two


samples

lib/example/alpha_alive/gamma_alive.ex
defmodule Example.AlphaAlive.GammaAlive do @moduledoc "Explanation of gamma_alive" end

defmodule Example.AlphaAlive.GammaAlive do
  @moduledoc "Explanation of gamma_alive"
end


test/example/alpha_alive/gamma_alive_test.exs
defmodule Example.AlphaAlive.GammaAliveTest do use ExUnit.Case, async: true alias Example.AlphaAlive.GammaAlive end

defmodule Example.AlphaAlive.GammaAliveTest do
  use ExUnit.Case, async: true
  alias Example.AlphaAlive.GammaAlive
end