elm-to-purescript-cheatsheet
elm-to-purescript-cheatsheet copied to clipboard
Purescript for Elm devs. 🚀
Hi @alpacaaa I'm considering putting together a "comparison to other languages" section in the official docs and would like to use this content for the Elm page. What are your...
This guide continues to be super helpful for folks with an Elm background. Hoping to keep it current.
https://github.com/purescript/purescript-prelude/pull/165
* changing Eff to Effect * aliasing Spork to H to solve the Prelude.div / Spork.div collision * renaming Random.Effect to Random.Unpure to solve collision with Effect.Effect * taking the...
Just a suggestion. I've found your examples (from `elm-architecture` dir) really useful and after reading some of them I'm nearly confident that they are really self-contained and that they can...