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

Fix arith013 following integer-gmp changes

parent 7a10aeb6
No related branches found
No related tags found
No related merge requests found
-- Test gcdInt/gcdInteger
import GHC.Real ( gcdInt )
import GHC.Num ( gcdInteger )
import GHC.Real ( gcdInt )
import GHC.Integer.GMP.Internals ( gcdInteger )
main :: IO ()
main = do
......
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