Current behavior

case ?a do
  x when x in ?a..?z -> # code
  x when x in ?A..?Z -> # code
  _ -> # code
end

Desired behavior

case ?a do
  ?a..?z -> # code
  ?A..?Z -> # code
  _ -> # code
end

#GoiásouVilaNova

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/61ea5a90-6e3b-49a0-ad58-377959dd6aabn%40googlegroups.com.

Reply via email to