Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
elixir-module
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
text
9 lines
106 Bytes
Copy permalink
Copy
Raw
1
defmodule RIGHT do
2
@moduledoc """
3
Foo bar
4
"""
5
6
def ChangeMe(a) where is_map(a) do
7
a
8
end
9
end