Feldspar / feldspar-language

The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
Other
45 stars 3 forks source link

Build Tuple from NestedTuple #443

Closed pjonsson closed 4 years ago

pjonsson commented 4 years ago

The tuple support we need can be built on top of NestedTuple so do that. The reason the initial implementation of Tuple did not do that was because the support for NestedTuples was not implemented.