mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-05 14:41:56 -07:00
comment out type error'd property
This commit is contained in:
@@ -543,10 +543,12 @@ prop_float_reversible n (x :: T) =
|
|||||||
geom = RationalRect 100 100 100 100
|
geom = RationalRect 100 100 100 100
|
||||||
|
|
||||||
-- check rectanges were set
|
-- check rectanges were set
|
||||||
|
{-
|
||||||
prop_float_sets_geometry n (x :: T) =
|
prop_float_sets_geometry n (x :: T) =
|
||||||
n `member` x ==> let y = float n geom x in M.lookup y (floating x) == Just geom
|
n `member` x ==> let y = float n geom x in M.lookup y (floating x) == Just geom
|
||||||
where
|
where
|
||||||
geom = RationalRect 100 100 100 100
|
geom = RationalRect 100 100 100 100
|
||||||
|
-}
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user