Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elixir-nested-module « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 771ebc5c42a9bcf3a97c0bc77463c8c505b3f61e (plain)
1
2
3
4
5
6
7
8
9
defmodule MyApp.RIGHT do
  @moduledoc """
  Foo bar
  """

  def ChangeMe(a) where is_map(a) do
    a
  end
end