BROKEN partial redo of room tree composition
This commit is contained in:
+1
-1
@@ -100,5 +100,5 @@ initialAnoTree = padSucWithDoors $ treeFromPost
|
||||
<&> (,TreeSubLabelling "telRoomLev" Nothing)]
|
||||
|
||||
{- | A test level tree. -}
|
||||
initialRoomTree :: State StdGen (Tree (LabSubCompTree Room))
|
||||
initialRoomTree :: State StdGen (Tree (Room -> Maybe (String,Room), Tree Room))
|
||||
initialRoomTree = mapM anoToRoomTree initialAnoTree
|
||||
|
||||
Reference in New Issue
Block a user