binrep-instances: Orphan instances for binrep

[ data, library, mit, serialization ] [ Propose Tags ] [ Report a vulnerability ]

Please see README.md.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.18 && <5), binrep (>=1.1.0 && <1.2), strongweak (>=0.11.0 && <0.12) [details]
License MIT
Author Ben Orchard
Maintainer Ben Orchard <thefirstmuffinman@gmail.com>
Category Data, Serialization
Home page https://github.com/raehik/binrep-instances#readme
Bug tracker https://github.com/raehik/binrep-instances/issues
Source repo head: git clone https://github.com/raehik/binrep-instances
Uploaded by raehik at 2025-03-11T13:12:50Z
Distributions
Downloads 5 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for binrep-instances-0.1.0

[back to package description]

binrep-instances

Orphan instances for binrep.

binrep mostly cares about standalone data types that are exclusively used with its type classes. However, my strongweak library lends itself to working together with binrep. But it requires a couple of orphan instances, and adds some non-orphan but out-of-place instances to binrep (WeakenN is an "ignore" layer, which otherwise doesn't fit in binrep). It's kind of like an extension.

Such orphan instances are pulled out into this library.

License

Provided under the MIT license. See LICENSE for license text.