numtype-dk: Type-level integers, using TypeNats, Data Kinds, and Closed Type Families.

[ bsd3, library, math ] [ Propose Tags ]

This package provides type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division, exponentiation) on these. The numtype-dk package differs from the numtype package in that the NumTypes are implemented using Data Kinds, TypeNats, and Closed Type Families rather than Functional Dependencies. Requires GHC 7.8 or later.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.5, 0.5.0.1, 0.5.0.2, 0.5.0.3
Change log changelog.md
Dependencies base (>=4.7 && <4.12) [details]
License BSD-3-Clause
Copyright Bjorn Buckwalter 2012-2015
Author Bjorn Buckwalter
Maintainer bjorn@buckwalter.se
Revised Revision 1 made by phadej at 2018-09-25T06:47:54Z
Category Math
Home page https://github.com/bjornbm/numtype-dk
Source repo head: git clone https://github.com/bjornbm/numtype-dk/
Uploaded by dmcclean at 2016-05-16T13:24:16Z
Distributions Arch:0.5.0.3, Debian:0.5.0.2, LTSHaskell:0.5.0.3, NixOS:0.5.0.3, Stackage:0.5.0.3
Reverse Dependencies 4 direct, 7756 indirect [details]
Downloads 8106 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-05-16 [all 1 reports]

Readme for numtype-dk-0.5.0.1

[back to package description]

numtype-dk

This package provides type level representations of the integers (TypeInts) and basic operations (addition, subtraction, multiplication, division, exponentiation) on these.

Requires GHC 7.8 or later.

Build Status Hackage Version

Contributing

For project information (code, issues) see: http://github.com/bjornbm/numtype-dk