-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds inspection methods for the various buffers of a blob
```hs > let blob = runPut $ put ((Left 64 :: Either Word8 Word8), (Right 65 :: Either Word8 Word8)) > inspectMeta blob "SSSDSDSSSSSDSDSSSS" > inspectShape blob "(((()))((())))" > inspectContent blob -- Unimplemented > inspectBlob blob "((({0}({64})))(({1}({65}))))" ```
- Loading branch information
1 parent
3e37148
commit bddeea2
Showing
1 changed file
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters