alive
Example
Root of Example

calls

concepts

AlphaAlive (concept)

Explanation of alpha_alive

AlphaEpsilon (concept)

Explanation of alpha_epsilon

AlphaTheta (concept)

Explanation of alpha_theta


lib/example.ex
defmodule Example do @moduledoc "Root of Example" end

defmodule Example do
  @moduledoc "Root of Example"
end


test/example_test.exs
defmodule Example do @moduledoc "Root of Example" end

defmodule Example do
  @moduledoc "Root of Example"
end