{-# LANGUAGE NoImplicitPrelude #-} module GHC.Integer.GMP.Internals (Integer(..), gcdInteger, lcmInteger) where import GHC.Integer.Type