simple-prompt-0.1.0: Simple commandline text prompt functions
Safe HaskellSafe-Inferred
LanguageHaskell2010

SimplePrompt

Documentation

prompt :: String -> IO String Source #

prompt_ :: String -> IO () Source #

yesno :: Maybe Bool -> String -> IO Bool Source #