File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2119,8 +2119,8 @@ Here is a list of Haskell features for which the Clash compiler has only
2119
2119
is trivial for values of the elementary types, sum types, and product types,
2120
2120
putting a fixed upper bound on recursive types is not (always) feasible.
2121
2121
This means that the ubiquitous list type is unsupported! The only recursive
2122
- type that is currently supported by the Clash compiler is the 'Vec'tor type,
2123
- for which the compiler has hard-coded knowledge.
2122
+ types that are currently supported by the Clash compiler is the 'Vec'tor and
2123
+ 'RTree' types, for which the compiler has hard-coded knowledge.
2124
2124
2125
2125
For \"easy\" 'Vec'tor literals you should use Template Haskell splices and
2126
2126
the 'listToVecTH' /meta/-function that as we have seen earlier in this tutorial.
You can’t perform that action at this time.
0 commit comments