Commit before improving logging of annotations
This commit is contained in:
@@ -15,12 +15,13 @@ data Annotation
|
||||
PadWith Room Annotation
|
||||
| OnwardList [Annotation]
|
||||
-- | IntAnno Int (Int -> Annotation)
|
||||
| IntAnno' (Int -> Annotation)
|
||||
| IntAnno (Int -> Annotation)
|
||||
-- | OrAno [[Annotation]]
|
||||
| SpecificRoom (State StdGen (MetaTree Room))
|
||||
| AnoApplyInt Int (Int -> State StdGen (LabTree Room))
|
||||
| PassthroughLockKeyLists Int
|
||||
[(Int -> State StdGen (LabTree Room), State StdGen ItemBaseType)]
|
||||
[(ItemBaseType, State StdGen (LabTree Room))]
|
||||
| PassthroughLockKeyLists
|
||||
[(Int -> State StdGen (MetaTree Room), State StdGen ItemBaseType)]
|
||||
[(ItemBaseType, State StdGen (MetaTree Room))]
|
||||
Int
|
||||
|
||||
makeLenses ''Annotation
|
||||
|
||||
Reference in New Issue
Block a user