| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Swarm.TUI.Model.Dialog
Documentation
module Swarm.TUI.Model.Dialog.Goal
Constructors
| AchievementPopup CategorizedAchievement | |
| RecipesPopup | |
| CommandsPopup [Const] | |
| DebugWarningPopup |
addPopup :: Popup -> PopupState -> PopupState #
currentPopup :: Lens' PopupState (Maybe Popup) #
nextPopup :: MonadState PopupState m => m () #
popupQueue :: Lens' PopupState (Seq Popup) #
data PopupState #