Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. module Main exposing (..)
  2.  
  3. import Html Fxposing (..)
  4.  
  5. main : Html
  6. main = text "Test"
  7.  
  8. -- SYNTAX PROBLEM ----------------------------------------------------- Main.elm
  9.  
  10. I need a fresh line to start a new declaration. This means a new line that
  11. starts with stuff, not with spaces or comments.
  12.  
  13. 3| import Html Fxposing (..)
  14. ^
  15. I am looking for one of the following things:
  16.  
  17. reserved word `as`
  18. reserved word `exposing`
  19. whitespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement