We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is going on here? https://github.com/AccelerateHS/accelerate-backend-kit/blob/master/backend-kit/Data/Array/Accelerate/BackendKit/IRs/Internal/AccClone.hs#L96
Which expression is the head and which is the tail?
Moreover, the types make no sense. I feel like this is the equivalent of defining:
Data List = Nil | Cons List List
which is clearly nonsense.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is going on here?
https://github.com/AccelerateHS/accelerate-backend-kit/blob/master/backend-kit/Data/Array/Accelerate/BackendKit/IRs/Internal/AccClone.hs#L96
Which expression is the head and which is the tail?
Moreover, the types make no sense. I feel like this is the equivalent of defining:
which is clearly nonsense.
The text was updated successfully, but these errors were encountered: