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

Not clear what is meant by unpacking #198

Open
chrissound opened this issue Jul 8, 2021 · 1 comment
Open

Not clear what is meant by unpacking #198

chrissound opened this issue Jul 8, 2021 · 1 comment

Comments

@chrissound
Copy link

chrissound commented Jul 8, 2021

An error of Exception: parse error (Failed reading: conversion error: cannot unpack array of length 10 into a 10-tuple. is received which does not make any sense to me.

It's converting an array to a tuple? Okay? But where is it failing? 10 into 10?

Looking up the function gives a hint with the name... But it's still not clear where it's going wrong, is it meant to be 9 into 10? 10 into 9?

fail $ "cannot unpack array of length " ++

@andreasabel
Copy link
Member

andreasabel commented Nov 10, 2021

Would it be possible to supply a MWE that builds out-of-the-box and demonstrates the problem?

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

No branches or pull requests

2 participants