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

import HGeometry.Number.Real.Rational

-- | The Real number type
type R = RealNumber 5