haverer-0.1.0.0: Implementation of the rules of Love Letter

Safe HaskellNone
LanguageHaskell2010

Haverer.CLI.Prompt

Documentation

prompt :: ConsoleText e => Text -> (Text -> Either e a) -> IO (Either e a) Source

chooseItem :: ConsoleText a => Text -> [a] -> IO a Source

chooseItem' :: ConsoleText a => Text -> Int -> [a] -> IO a Source