repr-0.3.2.1: Render overloaded expressions to their textual representation.

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

Versions0.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
Dependenciesbase (≥3 & <4.3), base-unicode-symbols (≥0.1.1 & <0.3), dstring (≥0.3.0.1 & <0.4), random (1.0.*), string-combinators (0.5.*), to-string-class (≥0.1.2 & <0.2)
LicenseBSD3
Copyright(c) 2009-2010 Bas van Dijk
AuthorBas van Dijk
Maintainerv.dijk.bas@gmail.com
Stabilityexperimental
CategoryNumeric, Text
Source repositorydarcs get http://code.haskell.org/~basvandijk/code/repr
Upload dateSun May 2 21:38:58 UTC 2010
Uploaded byBasVanDijk
Built onghc-6.12
DistributionsNixOS: 0.4.1.3

Modules

Downloads