-------------------------------------------------------------------------------- -- | -- Module : Int32 -- Copyright : (C) Frank Staals -- License : see the LICENSE file -- Maintainer : Frank Staals -- -- Defines the Real-number type -- -------------------------------------------------------------------------------- module Int32 where import Data.Int -- | The Real number type type R = Int32