The latest version of repr is 0.4.1.3-0.
repr
Version 0.4.1.2 revision 0 uploaded by BasVanDijk.
Package meta
- Synopsis
- Render overloaded expressions to their textual representation.
- Description
This library allows you to render overloaded expressions to their textual representation. For example:
*Repr> let r = 1.5 + 2 + (3 + (-4) * (5 - pi / sqrt 6)) :: Repr Double *Repr> extract r 17.281195923884734 *Repr> show rd "1.5 + 2.0 + (3.0 + negate 4.0 * (5.0 - pi / sqrt 6.0))"
- Author
- Bas van Dijk
- Bug reports
- https://github.com/basvandijk/repr/issues
- Category
- Numeric, Text
- Copyright
- (c) 2009-2011 Bas van Dijk
- Homepage
- https://github.com/basvandijk/repr
- Maintainer
- v.dijk.bas@gmail.com
- Package URL
- n/a
- Stability
- experimental