anoma / geb

A Categorical View of Computation
https://anoma.github.io/geb/
GNU General Public License v3.0
28 stars 10 forks source link

Fix a bug where BITC gapply does not properly swap bytes #124

Closed mariari closed 1 year ago

mariari commented 1 year ago

Before the code would take the first n bytes twice, instead of actually swapping them. This causes evaluation issues.

This commit also contains a test that makes sure a regression won't happen