decimal-arithmetic-0.5.0.0: src/Numeric/Decimal/Exception.hs-boot
module Numeric.Decimal.Exception (
inexact
, rounded
) where
import {-# SOURCE #-} Numeric.Decimal.Arithmetic
import {-# SOURCE #-} Numeric.Decimal.Number
inexact :: Decimal p r -> Arith p r (Decimal p r)
rounded :: Decimal p r -> Arith p r (Decimal p r)