args-generics-0.1: Simple command line argument parsing

Safe HaskellNone
LanguageHaskell98

System.Console.Args.Generics

Documentation

withArguments :: (Generic a, HasDatatypeInfo a, All2 HasOptParser (Code a)) => (a -> IO ()) -> IO () Source