Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hum.Types
Description
Documentation
Constructors
HState | |
Fields
|
data LibraryState Source #
data PlaylistsState Source #
Constructors
PlaylistsState | |
Fields
|
Instances
Eq ExSubMode Source # | |
Ord ExSubMode Source # | |
Show ExSubMode Source # | |
Constructors
ExState | |
Fields
|
Constructors
Prompts | |
Fields
|
data PromptType Source #
Constructors
PlSelectPrompt | |
YNPrompt | |
TextPrompt |
Instances
Eq PromptType Source # | |
Defined in Hum.Types | |
Show PromptType Source # | |
Defined in Hum.Types Methods showsPrec :: Int -> PromptType -> ShowS # show :: PromptType -> String # showList :: [PromptType] -> ShowS # |
Constructors
NormalMode | |
ExMode | |
PromptMode |
Constructors
NowPlaying | |
ClSongs | |
Queue | |
QueueList | |
Library | |
ArtistsList | |
LibraryLeft | |
AlbumsList | |
LibraryMid | |
SongsList | |
LibraryRight | |
PlaylistList | |
PlaylistLeft | |
PlaylistSongs | |
PlaylistRight | |
ExEditor | |
TextPromptEditor |
Constructors
FocQueue |
Constructors
FocArtists | |
FocAlbums | |
FocSongs |
Constructors
FocPlaylists | |
FocPSongs |
Instances
Enum FocPlay Source # | |
Eq FocPlay Source # | |
Ord FocPlay Source # | |
Show FocPlay Source # | |
Constructors
QueueView | |
LibraryView | |
PlaylistsView | |
HelpView |
plListL :: Lens' PlaylistsState (List Name PlaylistName) Source #
plSelectPromptL :: Lens' Prompts (List Name (Maybe PlaylistName)) Source #