Skip to content
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

Error message autofold #462

Closed
nomisRev opened this issue Nov 14, 2017 · 0 comments · Fixed by #806
Closed

Error message autofold #462

nomisRev opened this issue Nov 14, 2017 · 0 comments · Fixed by #806

Comments

@nomisRev
Copy link
Member

Improve error messages for sealed classes that fold can not be generated for.

sealed class Test<A, B>
data class ATest<C, D>(val unit: Unit): Test<Nothing, Nothing>()
sealed class Test2<A>
data class ATest<A, B>(val unit: Unit): Test<A>()
nomisRev added a commit that referenced this issue May 24, 2018
RawToast pushed a commit to RawToast/kategory that referenced this issue Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant