alive
Example (context) > AlphaAlive

AlphaAlive

Explanation of alpha_alive


concepts
GammaAlive ()

Explanation of gamma_alive

BetaAlive ()

Explanation of beta_alive


attrs

fields

signatures

samples

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

defmodule Example.AlphaAlive do
  @moduledoc "Explanation of alpha_alive"
end


test/example/alpha_alive_test.exs
defmodule Example.AlphaAliveTest do use ExUnit.Case, async: true alias Example.AlphaAlive end

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