bishbosh-0.0.0.2: Plays chess.

Safe HaskellNone
LanguageHaskell2010

BishBosh.Data.Ratio

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Defines a pickler for Ratio.
CAVEAT

Rational numbers are converted imprecisely to floating-point for representation as XML. To remedy the loss of precision on reading from XML, they're rounded to the epsilon for IEEE double-precision Machine epsilon.

Orphan instances

Integral i => XmlPickler (Ratio i) Source # 

Methods

xpickle :: PU (Ratio i) #