{-# OPTIONS_HADDOCK not-home #-}-- |-- Module : GHC.Num-- Copyright : (c) The University of Glasgow 1994-2002-- License : see libraries/base/LICENSE---- Maintainer : ghc-devs@haskell.org-- Stability : internal-- Portability : non-portable (GHC Extensions)---- The 'Num' class and the 'Integer' type.--moduleGHC.Num (Num (..),subtract ,quotRemInteger ,moduleGHC.Num.Integer,moduleGHC.Num.Natural)whereimportGHC.Internal.Num importGHC.Num.IntegerimportGHC.Num.Natural