Closed bgourlie closed 8 years ago
The following is a valid Elm program:
import Html exposing (text) import List exposing (map) main = text <| toString (map (\a -> a * 2) hexList) hexList : List Int hexList = [0xDEAD, 0xBEEF]
xDEAD and xBEEF are tokenized as symbols.
@bgourlie Please have a look at https://github.com/durkiewicz/elm-plugin/issues/42
The following is a valid Elm program:
xDEAD and xBEEF are tokenized as symbols.