planet-mitchell-0.0.0: src/Numeric/Num.hs
module Numeric.Num
( Num(..)
, subtract
-- ** Read
, readInt
, readDec
, readOct
, readHex
) where
import GHC.Num (Num(..), subtract)
import Numeric
module Numeric.Num
( Num(..)
, subtract
-- ** Read
, readInt
, readDec
, readOct
, readHex
) where
import GHC.Num (Num(..), subtract)
import Numeric