roller-0.1.5: Playing with applicatives and dice!

Safe HaskellSafe
LanguageHaskell2010

Roller.CLI

Documentation

type CLI a = Bool -> Int -> [String] -> a Source

withOpts :: CLI a -> IO a Source