bits-show: Showing data as strings of 0 and 1

[ apache, bit, library, text ] [ Propose Tags ]

The showFiniteBits function, for a type belonging to the FiniteBits class, displays the bits as a string.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0
Change log changelog.md
Dependencies base (>=4.16 && <4.19) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin & Julie Moronuki <hello@typeclasses.com>
Category Bit, Text
Home page https://github.com/typeclasses/bits-show
Bug tracker https://github.com/typeclasses/bits-show/issues
Uploaded by chris_martin at 2023-03-30T00:15:18Z
Distributions
Downloads 56 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-30 [all 1 reports]

Readme for bits-show-0.0.0.0

[back to package description]

The showFiniteBits function, for a type belonging to the FiniteBits class, displays the bits as a string. All the bits are shown; e.g. for an Int32 you will always get a string of length 32.