-
If we have a submodule with:
`type Animal = Cat | Dog`
we can export Cat and Dog with:
`module Submodule (Animal(..)) where`
and import with
`import Submodule exposing (Animal(..))`
Can we add some…
-
-
People is raising their interest about progressive web apps.
Other technologies have tools for code splitting, so service workers can cache chunks of that code to load faster. Does anybody knows i…
-
Excellent article by @ckoster22 on Advanced Types
https://medium.com/@ckoster22/advanced-types-in-elm-extensible-records-67e9d804030d
shared by @roryc89 in the context of Extending a Custom Type d…
-
-
This is meant to go in the batch of work for the "packaging story". It would be a useful feature if running `elm package docs elm-test` pulled up the package.elm-lang.org webpage with the docs for tha…
mgold updated
6 years ago
-
https://youtu.be/LZj_1qVURL0
-
Do we have a Gitter channel for this repo? would love to ask a couple of setup questions in it. 😄
`help-wanted` `question` 👍
-
For now `src` is just hardcoded.
-
along the lines of https://github.com/elm-lang/elm-make/issues/123, there should be a way to explicitly disable coloring/anything other than ascii.
Ubuntu 14.04
(seems like elm-tools should suppor…