mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-07 07:31:51 -07:00
deleted unused 'mul' definition in 'prop_aspect_fits'.
This commit is contained in:
@@ -58,7 +58,6 @@ prop_aspect_fits =
|
|||||||
==> f (x,y) == (x,y)
|
==> f (x,y) == (x,y)
|
||||||
|
|
||||||
where pos = choose (0, 65535)
|
where pos = choose (0, 65535)
|
||||||
mul a b = toInteger (a*b) /= toInteger a * toInteger b
|
|
||||||
|
|
||||||
prop_point_within r @ (Rectangle x y w h) =
|
prop_point_within r @ (Rectangle x y w h) =
|
||||||
forAll ((,) <$>
|
forAll ((,) <$>
|
||||||
|
Reference in New Issue
Block a user