new
AlphaAlive (context) > BetaAlive

BetaAlive

Explanation of beta_alive


concepts
EpsilonAlive ()

Explanation of epsilon_alive


attrs

fields

signatures

samples

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

defmodule Example.AlphaAlive.BetaAlive do
  @moduledoc "Explanation of beta_alive"
end


test/example/alpha_alive/beta_alive_test.exs
defmodule Example.AlphaAlive.BetaAliveTest do use ExUnit.Case, async: true alias Example.AlphaAlive.BetaAlive end

defmodule Example.AlphaAlive.BetaAliveTest do
  use ExUnit.Case, async: true
  alias Example.AlphaAlive.BetaAlive
end