Henning Thielemann | 19 Dec 10:56
Picon

Re: getOpt return record of type a rather than [a]


On Tue, 18 Dec 2007, Stefan O'Rear wrote:

> The approach you describe is quite possible with the current GetOpt,
> just apply (foldr ($) initialValue) to the return value, and allow a to
> be instantiated with a function type.

I thought this must be a good article for Category:Idioms, and what do I
find there ...
  http://www.haskell.org/haskellwiki/High-level_option_handling_with_GetOpt

Gmane