mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
update module imports
This commit is contained in:
parent
9372aac28e
commit
ddd9674b14
@ -4,9 +4,9 @@ import Data.List(find,union)
|
|||||||
import Data.Maybe(fromJust)
|
import Data.Maybe(fromJust)
|
||||||
import Test.QuickCheck
|
import Test.QuickCheck
|
||||||
|
|
||||||
import StackSet
|
import XMonad.StackSet
|
||||||
import Properties(T, NonNegative)
|
import Properties(T, NonNegative) -- requires tests/Properties.hs from xmonad-core
|
||||||
import XMonad.SwapWorkspaces
|
import XMonad.Actions.SwapWorkspaces
|
||||||
|
|
||||||
-- Ensures that no "loss of information" can happen from a swap.
|
-- Ensures that no "loss of information" can happen from a swap.
|
||||||
prop_double_swap (ss :: T) (t1 :: NonNegative Int) (t2 :: NonNegative Int) =
|
prop_double_swap (ss :: T) (t1 :: NonNegative Int) (t2 :: NonNegative Int) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user