type Language = Elixir | Elm | Both
perks: Language -> String
perks language =
case language of
Elixir -> "Easy concurrency!"
Elm -> "No runtime errors!"
Both -> "Elchemy"
npm install -g elchemy
cd your_elixir_project
elchemy init