alive
AlphaAlive (concept) GammaAlive
Explanation of gamma_alive

concepts

DeltaAlive (concept)

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 (signature)

Explanation of zeta_one

fantom zeta_two (signature)

Explanation of zeta_two


samples

implements

protocols

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 end

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