ribosome-0.3.0.0: lib/Ribosome/Menu/Prompt/Data/PromptEvent.hs
module Ribosome.Menu.Prompt.Data.PromptEvent where data PromptEvent = Init | Character Text | -- SpecialCharacter Text -- | Unexpected Int | Interrupt | Error Text deriving (Eq, Show)
module Ribosome.Menu.Prompt.Data.PromptEvent where data PromptEvent = Init | Character Text | -- SpecialCharacter Text -- | Unexpected Int | Interrupt | Error Text deriving (Eq, Show)