Skip to content
#

elm-lang

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 662 public repositories matching this topic...

Janiczek
Janiczek commented Dec 14, 2019

Currently if you try to put

module Main exposing (main)

main =
    let
        x = 2
    in
        1 + x

into example-project/src/Main.elm and run it with make, it complains about x not being visible in the body. Make it so!

Depending on where the fix is, it might be a good idea to also add a regression unit test somewhere.

Feel free to discuss/ask how to solve t

Created by Evan Czaplicki

Released 2012

Latest release 11 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.