BROKEN partial redo of room tree composition
This commit is contained in:
@@ -9,7 +9,7 @@ data ClusterStatus = ClusterStatus
|
||||
, _csLinks :: S.Set ClusterLink
|
||||
}
|
||||
|
||||
data ClusterLink = OnwardCluster | SideCluster
|
||||
deriving (Ord,Eq,Enum,Show)
|
||||
data ClusterLink = OnwardCluster | SideCluster | LabelCluster Int
|
||||
deriving (Ord,Eq,Show)
|
||||
|
||||
makeLenses ''ClusterStatus
|
||||
|
||||
Reference in New Issue
Block a user