Skip to content

Commit

Permalink
add to-do for generic sum interface issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 1, 2024
1 parent eb05bcb commit 3c2f170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# binrep to-dos
## Discrepancy in generic sum interface
In `Get`, I require a `Getter pt`. But in `Put`/`BLen`, you have to pass the
`Putter`/`BLen` manually. I'm not sure which one is correct. Probably `Get`.

## Clarify `Thin` stuff
I use the `ByteString` instance internally sometimes (probably), and in those
cases I want "thin" parsing since I'm consuming it right there and then. I need
Expand Down

0 comments on commit 3c2f170

Please sign in to comment.