Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
System.Console.GetOpt.Compat
Documentation
data ArgOrder a :: * -> *
What to do with options following non-options
Constructors
RequireOrder | no option processing after first non-option |
Permute | freely intersperse options and non-options |
ReturnInOrder (String -> a) | wrap non-options into options |
data OptDescr a :: * -> *