Skip to content

how to handle the tuple longer than 36 or higher? #520

Answered by tmcdonell
wujilingfeng asked this question in Q&A
Discussion options

You must be logged in to vote

The idea is that you have arrays of data (in Acc) and then you perform some (parallel) operation over the elements in those arrays, where the functions on the individual elements are of that Exp type.

If you think about the map function for example, the array data is stored in Acc, and the operation to apply to each element of the array is (as you saw) a function Exp a -> Exp b.

But maybe if you tell us a bit more about what you are trying to do we can give some more specific/helpful advice?

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@wujilingfeng
Comment options

@tmcdonell
Comment options

@wujilingfeng
Comment options

@tmcdonell
Comment options

@wujilingfeng
Comment options

Answer selected by wujilingfeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants