Skip to content
Snippets Groups Projects
Commit 45a0642c authored by Gabor Greif's avatar Gabor Greif :speech_balloon:
Browse files

fix typo

parent d5ee098c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ module GHC.Integer (
encodeDoubleInteger, decodeDoubleInteger, doubleFromInteger,
-- gcdInteger, lcmInteger, -- XXX
andInteger, orInteger, xorInteger, complementInteger,
shiftLInteger, shiftRInteger, testInteger,
shiftLInteger, shiftRInteger, testBitInteger,
hashInteger,
) where
......
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