Cleanup
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ cleatOnward :: Room -> Room
|
||||
cleatOnward = rmClusterStatus . csLinks .~ S.singleton OnwardCluster
|
||||
|
||||
cleatSide :: Room -> Room
|
||||
cleatSide = rmClusterStatus . csLinks .~ S.singleton SideCluster
|
||||
cleatSide = rmClusterStatus . csLinks . at SideCluster ?~ ()
|
||||
|
||||
cleatLabel :: Int -> Room -> Room
|
||||
cleatLabel i = rmClusterStatus . csLinks .~ S.singleton (LabelCluster i)
|
||||
|
||||
Reference in New Issue
Block a user