DEBSOURCES
Skip Quicknav
sources / haskell-getopt-generics / 0.13.1.0-3 / docs / Simple.hs
123456789
module Simple where import WithCli main :: IO () main = withCli run run :: String -> Int -> Bool -> IO () run s i b = print (s, i, b)