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

Runtime exception for `toString` on particular union types #812

Closed
rtfeldman opened this Issue Jan 15, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@rtfeldman
Member

rtfeldman commented Jan 15, 2017

In elm-repl:

> type Set_elm_builtin = Set_elm_builtin
> toString Set_elm_builtin
ReferenceError: _elm_lang$core$Set$toList is not defined
> type RBNode_elm_builtin = RBNode_elm_builtin
> toString RBNode_elm_builtin
ReferenceError: _elm_lang$core$Dict$toList is not defined
@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Jan 15, 2017

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 Jan 15, 2017

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.

@rtfeldman rtfeldman added the bug label Jan 15, 2017

@evancz evancz referenced this issue Jan 15, 2017

Closed

toString #723

@rtfeldman

This comment has been minimized.

Show comment
Hide comment
@rtfeldman

rtfeldman Jan 15, 2017

Member

Tracking in #723

Member

rtfeldman commented Jan 15, 2017

Tracking in #723

@rtfeldman rtfeldman closed this Jan 15, 2017

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