Sign in
googlers
/
jrn
/
git
/
c933b28d87062a0c68de298900b9060f577f865a
/
.
/
t
/
t4018
/
elixir-nested-module
blob: 771ebc5c42a9bcf3a97c0bc77463c8c505b3f61e [
file
] [
log
] [
blame
]
Ćukasz Niemier
a807200
2019-11-08 22:38:24 +0100
[
diff
] [
blame
]
1
defmodule
MyApp
.
RIGHT
do
2
@moduledoc
"""
3
Foo bar
4
"""
5
6
def
ChangeMe
(
a
)
where
is_map
(
a
)
do
7
a
8
end
9
end