j
k
j a
j l
xcomp :: Int -> Int -> Int xcomp a m = (xor a (complement m))
How can I resolve this to have this code work under GHC and hugs?
Use Foreign.Int32 instead of Int. -- Alastair Reid
Back to the thread
Back to the list