module Numeric.Natural 
  ( Natural
  , Whole(toNatural)
  ) where

import Numeric.Natural.Internal