emilypi / Base16

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

Got rid of PS pattern synonym #25

Closed Vlix closed 1 year ago

Vlix commented 1 year ago

Since base16 now relies on bytestring >= 0.11, we can stop using the offset from (PS _ offset _) and just use the BS constructor.

Vlix commented 1 year ago

Addressed the comment