Library for working with continued fractions in Haskell

#1Add arithmetic operations?

There is an algorithm from the '70s by Gosper which describes how to add numerical operations like addition and multiplication: http://www.tweedledum.com/rwg/cfup.htm It's not trivial, but one could add a Num instance to a newtype of continued fractions.