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

-- | The Real number type
type R = Float