Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
HState | |
|
data LibraryState Source #
data PlaylistsState Source #
PlaylistsState | |
|
ExState | |
|
Prompts | |
|
data PromptType Source #
Instances
Eq PromptType Source # | |
Defined in Hum.Types (==) :: PromptType -> PromptType -> Bool # (/=) :: PromptType -> PromptType -> Bool # | |
Show PromptType Source # | |
Defined in Hum.Types showsPrec :: Int -> PromptType -> ShowS # show :: PromptType -> String # showList :: [PromptType] -> ShowS # |
NowPlaying | |
ClSongs | |
Queue | |
QueueList | |
Library | |
ArtistsList | |
LibraryLeft | |
AlbumsList | |
LibraryMid | |
SongsList | |
LibraryRight | |
PlaylistList | |
PlaylistLeft | |
PlaylistSongs | |
PlaylistRight | |
ExEditor | |
TextPromptEditor |
Instances
plListL :: Lens' PlaylistsState (List Name PlaylistName) Source #
plSelectPromptL :: Lens' Prompts (List Name (Maybe PlaylistName)) Source #