Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / Packages / array
Source project has a limited visibility.
  • Ben Gamari's avatar
    7adaf408
    Fix and simplify handling of Bool arrays · 7adaf408
    Ben Gamari authored
    No overflow check is necessary in the case of Bool arrays since the array size
    is actually smaller than the number of elements it contains. Moreover, we can
    use setByteArray# to initialize the array.
    7adaf408
    History
    Fix and simplify handling of Bool arrays
    Ben Gamari authored
    No overflow check is necessary in the case of Bool arrays since the array size
    is actually smaller than the number of elements it contains. Moreover, we can
    use setByteArray# to initialize the array.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.