IntFormats: Convert integers in various bases to and from strings

[ library, mpl, text ] [ Propose Tags ]

Parse or show positive and negative intergers in decimal, hexadecimal, octal, and binary. When parsing numbers, the base is determined automatically.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <4.10), parsec (>=3.1 && <3.2), QuickCheck (>=2.13 && <2.14) [details]
License MPL-2.0
Copyright Lyra Solomon 2019
Author Lyra Solomon <mailtoLyra@gmail.com>
Maintainer Lyra Solomon <mailtoLyra@gmail.com>
Category Text
Home page https://github.com/LyraSolomon/IntFormats
Bug tracker https://github.com/LyraSolomon/IntFormats/issues
Source repo head: git clone https://github.com/LyraSolomon/IntFormats.git
Uploaded by LyraSolomon at 2019-10-12T19:46:26Z
Distributions
Downloads 486 total (3 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 IntFormats-0.1.0.0

[back to package description]

Text.IntFormats Haskell Library

This library includes functions for converting from a string to an integer, with the base determined automatically, and from an integer to a string, with the user specifying the base. Supports negative numbers.

Bug? Possible improvements? Let me know!

Just open an issue or pull request