compiler
compiler copied to clipboard
Compiler for Elm, a functional language for reliable webapps.
**Quick Summary:** Please, provide a binary that can be used in a linux container running on an Apple Silicon (arm64) host. Currently, the binary asset [binary-for-linux-64-bit.gz](https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz) is usable, but it's...
Building the elm compiler with Docker fails with a rejected dependency. I have tried this with 0.19.1 and with current master on a x86_64 machine: ``` $ docker build -t...
Dead lol
Sad
**Sum types - OR** there is ONE way how to define: `type` **Product types - AND** there are MANY ways: `()` `(a, b)` `(a, b, c)` `{ x: a, y:...
Since `type` can only define sum(or) type let's use `type or` keyword instead, to make it explicit. Or maybe: And type - zero and more values `type alias` Or type...
**Quick Summary:** request has been deprecated, and `npm audit` complains about it. This PR simply removes request and replaces it with axios, semantics are equivalent. **Additional Info:** I understand that...
**Quick Summary:** When using the community elm container. I'm getting a crash when opening localhost:8012 ## SSCCE node ➜ /workspaces/elmish-dev-002 $ npm run watch > [email protected] watch > elm-live src/Main.elm...
**Quick Summary:** https://package.elm-lang.org/packages/opvasger/comparable/2.0.0/ can no longer be installed since https://github.com/opvasger/comparable/tree/2.0.0 no longer exists. ## SSCCE elm install opvasger/comparable Here is my plan: Add: opvasger/comparable 2.0.0 Would you like me to...
**Quick Summary:** While working on https://github.com/hovsater/aoc-elm I encountered an error message that produces unexpected output inside a terminal. Specifically the error message seem to emit 65532 spaces in a row...
**Quick Summary:** The compiler crashes in compiler/src/Type/Solve.hs:206:15 when checking the body of `g`, which unifies a skolem bound in the type of `g` (`a`) with a unification variable from the...