Sign in
googlers
/
jrn
/
git
/
f5b2af06f55c0f21ae0199be5fe120f2cccd698b
/
.
/
t
/
t4018
/
elixir-nested-module
blob: 771ebc5c42a9bcf3a97c0bc77463c8c505b3f61e [
file
] [
log
] [
blame
]
defmodule
MyApp
.
RIGHT
do
@moduledoc
"""
Foo bar
"""
def
ChangeMe
(
a
)
where
is_map
(
a
)
do
a
end
end