id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
643	div and mod return wrong result	anonymous		"According to the Haskell 98 report, div is supposed to round down to negative infinity.  Thus, -10 `div` 3 should be -4, but when I enter this into ghci, I get -3 instead.  Likewise, -10 `mod` 3 should be 2, but ghci evaluates this expression to -1.

I'm running Mac OS X 10.4."	bug	closed	normal		GHCi	6.4.1	invalid			MacOS X	powerpc		Unknown				
