packages feed

mixed-types-num-0.3.2: test/Numeric/MixedTypes/RoundSpec.hs

{-|
    Module      :  Numeric.MixedType.RoundSpec
    Description :  hspec tests for round, etc
    Copyright   :  (c) Michal Konecny
    License     :  BSD3

    Maintainer  :  mikkonecny@gmail.com
    Stability   :  experimental
    Portability :  portable
-}

module Numeric.MixedTypes.RoundSpec (spec) where

import MixedTypesNumPrelude

import Test.Hspec

spec :: Spec
spec = do
  specCanDivIMod tInteger
  specCanDivIMod tRational
  specCanRound tRational
  -- specCanRound tDouble