complex-generic: complex numbers with non-mandatory RealFloat
The base package's Data.Complex
has a RealFloat
requirement for
almost all operations, which rules out uses such as 'Complex Rational'
or 'Complex Integer'. This package provides an alternative, putting
most operations into additional type classes. Generating instances
with template haskell helps reduce excessive boilerplate and avoids
instance overlap.
Modules
[Index]
Downloads
- complex-generic-0.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1, 0.1.1.1 |
---|---|
Dependencies | base (<4.14), template-haskell (<2.16) [details] |
License | BSD-3-Clause |
Author | Claude Heiland-Allen |
Maintainer | claude@mathr.co.uk |
Revised | Revision 4 made by ClaudeHeilandAllen at 2019-08-28T00:59:47Z |
Category | Math |
Home page | https://code.mathr.co.uk/complex-generic |
Source repo | head: git clone https://code.mathr.co.uk/complex-generic.git this: git clone https://code.mathr.co.uk/complex-generic.git(tag v0.1.1.1) |
Uploaded | by ClaudeHeilandAllen at 2017-04-03T15:25:17Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 2402 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-04-03 [all 1 reports] |