diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 15:45:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 15:45:20 -0400 |
commit | 3ea708e03b253456961aeeffb4cf37bd15432d09 (patch) | |
tree | 131daffaea10c8a7e3e4890df74fe21e9a87b6f9 /Option.hs | |
parent | 7625319c2c18c1d75a4ba5e4c2819fb0a31641ed (diff) | |
parent | 0c0fd0c54c126268a4867e4dd0d1d42a46621665 (diff) |
Merge branch 'master' into assistant
Diffstat (limited to 'Option.hs')
-rw-r--r-- | Option.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,4 +76,3 @@ field short opt paramdesc description = {- The flag or field name used for an option. -} name :: Option -> String name (Option _ o _ _) = Prelude.head o - |