New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Error message when defining a type like this. #766

Closed
jackalcooper opened this Issue Dec 1, 2016 · 2 comments

Comments

Projects
None yet
3 participants
@jackalcooper

jackalcooper commented Dec 1, 2016

type Status
    = Success String
    | Http.Error

It did got compiled from Elm to Javascript but it fails when brunch trying to package it

Elm compile: Main.elm, in elm, to ../vendor/main.js
01 Dec 20:34:19 - error: Compiling of vendor/main.js failed. Line 16584: Unexpected token . 
01 Dec 20:34:19 - info: compiled 106 files into 2 files in 3.5 sec
@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Dec 1, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Dec 1, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Dec 1, 2016

Contributor

Duplicate of elm/compiler#1200.

Contributor

jvoigtlaender commented Dec 1, 2016

Duplicate of elm/compiler#1200.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment