Continue to refactor zoning to be more stream-based
This commit is contained in:
@@ -35,7 +35,7 @@ litCorridor90 = do
|
||||
, _rmLinks =
|
||||
[ outLink (V2 40 (h - 80)) (-pi/2)
|
||||
, inLink (V2 20 0 ) pi ]
|
||||
, _rmPath = concatMap doublePair
|
||||
, _rmPath = foldMap doublePairSet
|
||||
[( V2 20 0 , V2 20 (h-40) )
|
||||
,( V2 0 (h-40) , V2 20 (h-40) )
|
||||
,( V2 40 (h-40) , V2 20 (h-40) )
|
||||
|
||||
Reference in New Issue
Block a user