9 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| defmodule RIGHT do
 | |
|   @moduledoc """
 | |
|   Foo bar
 | |
|   """
 | |
| 
 | |
|   def ChangeMe(a) where is_map(a) do
 | |
|     a
 | |
|   end
 | |
| end
 |