FIX Zero Sized Types in Tuples
Open
bug
- Dominant language
- Haskell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```ruby
{nop, 1}.1
```
This doesn't work because the index to `MemReadDirect` doesn't take into account the size of `nop` (which is zero).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.