summaryrefslogtreecommitdiff
path: root/Example.hs
AgeCommit message (Collapse)Author
2017-12-04Introduce the omitNamedOptions optiondefanor
It is nice to omit them, but may lead to ambiguity -- so better to provide a safer option.
2017-12-03Add more instancesdefanor
2017-12-03Refactordefanor
Add annotations, fix -Wall warnings, lint, etc.
2017-12-03Update README and Example.hsdefanor
2017-12-03Add testsdefanor
2017-12-03Add List and Either instancesdefanor
No special handling for those yet, just for testing.
2017-12-03Parse lists of strings, not just stringsdefanor
Because arguments are lists of strings.
2017-12-03Add argument name modifiersdefanor
2017-12-03Omit constructor names, unless those are in sumsdefanor
2017-12-02Add special handling for named Maybe valuesdefanor
Allow to omit named options.
2017-12-02Use GHC.Generics instead of THdefanor
It's considerably cleaner and simpler with GHC.Generics. Megaparsec is also used now.
2016-11-25Initial commitdefanor