Defunction-ify item modules, requires more cleanup
This commit is contained in:
@@ -20,8 +20,8 @@ data Annotation
|
||||
| AnoApplyInt Int (Int -> State StdGen (LabSubCompTree Room))
|
||||
| AnoNewInt (Int -> State StdGen (SubCompTree Room))
|
||||
| PassthroughLockKeyLists Int
|
||||
[(Int -> State StdGen (LabSubCompTree Room), State StdGen CombineType)]
|
||||
[(CombineType, State StdGen (LabSubCompTree Room))]
|
||||
[(Int -> State StdGen (LabSubCompTree Room), State StdGen ItemBaseType)]
|
||||
[(ItemBaseType, State StdGen (LabSubCompTree Room))]
|
||||
-- | SetLabel Int (State g Room)
|
||||
-- | UseLabel Int (State g Room)
|
||||
| ChainAnos [[Annotation]]
|
||||
|
||||
Reference in New Issue
Block a user