packages feed

exact-real-0.3.0.0: src/Data/CReal.hs

-----------------------------------------------------------------------------
-- | This module exports everything you need to use exact real numbers
----------------------------------------------------------------------------

module Data.CReal
  ( CReal
  , atPrecision
  , crealPrecision
  ) where

import Data.CReal.Internal