IntFormats: Convert integers in various bases to and from strings

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 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:43:33Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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