Cleanup
This commit is contained in:
+6
-6
@@ -23,11 +23,11 @@ toClusterLabel i s rm
|
||||
| LabelCluster i `elem` rm ^?! rmClusterStatus . csLinks = Just ([s],rm)
|
||||
| otherwise = Nothing
|
||||
|
||||
useAll :: Room -> Room
|
||||
useAll = rmClusterStatus . csLinks .~ S.singleton OnwardCluster
|
||||
cleatOnward :: Room -> Room
|
||||
cleatOnward = rmClusterStatus . csLinks .~ S.singleton OnwardCluster
|
||||
|
||||
useSide :: Room -> Room
|
||||
useSide = rmClusterStatus . csLinks .~ S.singleton SideCluster
|
||||
cleatSide :: Room -> Room
|
||||
cleatSide = rmClusterStatus . csLinks .~ S.singleton SideCluster
|
||||
|
||||
useLabel :: Int -> Room -> Room
|
||||
useLabel i = rmClusterStatus . csLinks .~ S.singleton (LabelCluster i)
|
||||
cleatLabel :: Int -> Room -> Room
|
||||
cleatLabel i = rmClusterStatus . csLinks .~ S.singleton (LabelCluster i)
|
||||
|
||||
Reference in New Issue
Block a user