Broken commit (removed loadKeyConfig)
This commit is contained in:
@@ -13,5 +13,5 @@ linksOnPath r = all pointOnPath linkPoints
|
||||
pathConnected :: Room -> Bool
|
||||
pathConnected = isSingleton . pairsToSCC . _rmPath
|
||||
where
|
||||
isSingleton [] = True
|
||||
isSingleton [_] = True
|
||||
isSingleton _ = False
|
||||
|
||||
Reference in New Issue
Block a user