Skip to content
#

Elm

elm logo

Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness.

Here are 2,606 public repositories matching this topic...

malaire
malaire commented Apr 29, 2020

Version: 0.8.2

elm-format changes code (A) into (B) and then when run again (B) into (C).

There are at least two bugs here:

  1. elm-format generates output (B) which it doesn't accept as valid
  2. elm-format mangles two consecutive lists by first moving them closer and then mangling them by separating each list item into its own list.

(A)

{-|

  - one
  - two
  - three
agboom
agboom commented Mar 1, 2017

For starters, this repo is a great way to get an Elm project started with Webpack, so kodus!

I've set up my own project with Elm using this starter pack successfully. However, when I run npm run build to create my production files and open index.html (like the readme says), the browser shows a blank page.

While investigating this, I noticed that the src path in the script tag in `ind

Created by Evan Czaplicki

Released 2012

Latest release 8 months ago

Repository
elm/compiler
Website
elm-lang.org
Wikipedia
Wikipedia

Related Topics

angular javascript language react vue
You can’t perform that action at this time.