repr: Render overloaded expressions to their textual representation.
This library allows you to render overloaded expressions to their textual representation. For example:
*Repr> let rd = 1.5 + 2 + (3 + (-4) * (5 - pi / sqrt 6)) :: Repr Double *Repr> show rd "fromRational (3 % 2) + fromInteger 2 + (fromInteger 3 + negate (fromInteger 4) * (fromInteger 5 - pi / sqrt (fromInteger 6)))"
Downloads
- repr-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.4, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.1.3 |
---|---|
Dependencies | base (>=3 && <4.2), dstring (>=0.3.0.1 && <0.4), random (>=1.0 && <1.1), string-combinators (>=0.4 && <0.5), to-string-class (>=0.1.2 && <0.2) [details] |
Tested with | ghc ==6.10.4 |
License | BSD-3-Clause |
Copyright | (c) 2009 Bas van Dijk |
Author | Bas van Dijk |
Maintainer | v.dijk.bas@gmail.com |
Category | Numeric, Text |
Source repo | head: darcs get http://code.haskell.org/~basvandijk/code/repr |
Uploaded | by BasVanDijk at 2009-09-30T21:02:48Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7646 total (45 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] |