Created
October 14, 2015 20:04
-
-
Save edoloughlin/c49d40a7cc30ea82e100 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ elm repl | |
Elm REPL 0.4.2 (Elm Platform 0.15.1) | |
See usage examples at <https://github.com/elm-lang/elm-repl> | |
Type :help for help, :exit to exit | |
> fortyTwo : Int | |
## ERRORS in repl-temp-000.elm ################################################# | |
-- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm | |
I ran into something unexpected when parsing your code! | |
3| fortyTwo : Int | |
^ | |
I am looking for one of the following things: | |
end of input | |
whitespace | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment