deconstructProduct
does not extract fields from given product
#2469
Labels
deconstructProduct
does not extract fields from given product
#2469
The implementation of
deconstructProduct
:clash-compiler/clash-lib/src/Clash/Primitives/DSL.hs
Lines 364 to 367 in 3e2f3dd
..does not do what it promises to at all. It should return a list of expressions representing all the fields of the given product type. It should probably also handle cases where the given expression is not a plain
Identifier
.The text was updated successfully, but these errors were encountered: