monadic-xyz/ipfs

Multibase: Reuse part of the oscoin's code

Closed this issue · 3 comments

This stemmed from a conversation with @kim . Currently in oscoin we have a BaseN.hs module which is quite pleasant as it uses data kinds to provide type safe base conversions, something that (from what I could see by skimming this library) it's a bit more verbose in the current implementation.

Ideally we should pull the oscoin code into this repo and finally switch oscoin to be using this library.

Have I synthesised things correctly?

kim commented

Yep, #9 :)

Oh, so my ticket is actually a dupe? Sorry 'bout that! 😅

Closed by #50