-------------------------------------------------------------------------------- -- | -- Module : RawRational -- Copyright : (C) Frank Staals -- License : see the LICENSE file -- Maintainer : Frank Staals -- -- Defines the Real-number type -- -------------------------------------------------------------------------------- module RawRational where -- | The Real number type type R = Rational