Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0b378db5
Commit
0b378db5
authored
Sep 13, 2011
by
Ian Lynagh
Browse files
Fix arith013 following integer-gmp changes
parent
7a10aeb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/numeric/should_run/arith013.hs
View file @
0b378db5
-- 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment