module Numeric.Num ( Num(..) , subtract -- ** Read , readInt , readDec , readOct , readHex ) where import GHC.Num (Num(..), subtract) import Numeric