Previously, the build would fail with the following error:
Error of type TYPE-ERROR: The value
<VECTOR 32 type (UNSIGNED-BYTE 64), simple> is not of the expected
type (SIMPLE-ARRAY (MOD 72057594037927931) (32)).
This commit loosens the type specification to allow for successful
compilation.
Previously, the build would fail with the following error:
Error of type TYPE-ERROR: The value <VECTOR 32 type (UNSIGNED-BYTE 64), simple> is not of the expected type (SIMPLE-ARRAY (MOD 72057594037927931) (32)).
This commit loosens the type specification to allow for successful compilation.