Closed i-am-tom closed 2 years ago
Previously, arrayOf BoolArray would return Unknown. However, @0x777 tells me this should return BoolArray. This commit adds all the array types to the left-hand side of the arrayOf pattern match.
arrayOf BoolArray
Unknown
BoolArray
arrayOf
Previously,
arrayOf BoolArray
would returnUnknown
. However, @0x777 tells me this should returnBoolArray
. This commit adds all the array types to the left-hand side of thearrayOf
pattern match.