Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ByteArray Core eval: filter type arguments from constructor arguments
When we're evaluating `OpByteArrayFromListByte` we need to extract the list of bytes from the nexted list constructors that are passed to the Op. The polymorphic type of the list is passed in as the first argument to the constructor, so we remove it.
- Loading branch information