cassava icon indicating copy to clipboard operation
cassava copied to clipboard

Not clear what is meant by unpacking

Open chrissound opened this issue 4 years ago • 1 comments
trafficstars

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? https://github.com/haskell-hvr/cassava/blob/2348030aec2a19f12a633bf553bf81ff59be37a5/src/Data/Csv/Conversion.hs#L579

chrissound avatar Jul 08 '21 11:07 chrissound

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

andreasabel avatar Nov 10 '21 16:11 andreasabel