Skip to content
Snippets Groups Projects
Commit 9935359f authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Export GMP-only functions from the Internals module

parent 77d0c638
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Integer.GMP.Internals (Integer(..)) where
module GHC.Integer.GMP.Internals (Integer(..), gcdInteger, lcmInteger) where
import GHC.Integer.Type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment