elm-cheat-sheet
elm-cheat-sheet copied to clipboard
Typo in Hello World with Elm-UI
The Hello World with Elm-UI snippet is incorrect.
This line :
el [] [text "Hello World!"]
should be :
el [] (text "Hello World!")