The repr package
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) + 2 + (3 + negate 4 * (5 - pi / sqrt 6))"
Properties
| Versions | 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.4), base-unicode-symbols (≥0.1.1 & <0.3), dstring (≥0.3.0.1 & <0.5), random (1.0.*), string-combinators (0.6.*) |
| License | BSD3 |
| Copyright | (c) 2009-2010 Bas van Dijk |
| Author | Bas van Dijk |
| Maintainer | v.dijk.bas@gmail.com |
| Stability | experimental |
| Category | Numeric, Text |
| Source repository | darcs get http://code.haskell.org/~basvandijk/code/repr |
| Upload date | Thu Oct 21 21:33:54 UTC 2010 |
| Uploaded by | BasVanDijk |
| Built on | ghc-6.12, ghc-7.0 |
| Distributions | NixOS: 0.4.1.3 |
Modules
- Text
Downloads
- repr-0.4.tar.gz (Cabal source package)
- package description (included in the package)