{-# LANGUAGE NoImplicitPrelude #-}

module GHC.Integer.GMP.Internals (Integer(..), gcdInt, gcdInteger, lcmInteger)
    where

import GHC.Integer.Type