If anyone wants to learn more about the stack, Pragmatic Studio are about to release their course on Elixir/Phoenix/Elm - building Multi-Player Bingo.
<a href="https://pragmaticstudio.com/courses/unpacked-bingo" rel="nofollow">https://pragmaticstudio.com/courses/unpacked-bingo</a><p>I worked through their Elm course and it was excellent.
I'm a big fan of Elixir, but the community gravitation toward Elm has always struck me as a bit weird.<p>The two languages have nothing in common beyond both being functional, and it kinda feels like someone posted a "Elixir and Elm" blog post in the early days and it all just snowballed arbitrarily from there.
Seems pretty inconvenient that the library you want to use isn't allowed in elm's package repo.<p>edit: FYI, you have a typo:<p>> This is represented in Maybe‘s definition: type Maybe = Just a | Nothing.<p>Maybe's type is type Maybe a = Just a | Nothing