roller-0.1.4: Playing with applicatives and dice!

Safe HaskellSafe-Inferred
LanguageHaskell2010

Roller.CLI

Documentation

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

withOpts :: CLI a -> IO a Source