FortyTwo.Types
data Message Source #
UI message types
Constructors
Defined in FortyTwo.Types
Methods
(==) :: Message -> Message -> Bool #
(/=) :: Message -> Message -> Bool #
data Option Source #
Struct needed for rendering the select prompts
Fields
showsPrec :: Int -> Option -> ShowS #
show :: Option -> String #
showList :: [Option] -> ShowS #
(==) :: Option -> Option -> Bool #
(/=) :: Option -> Option -> Bool #
type Options = [Option] Source #
List of options