getOpt return record of type a rather than [a]

Henning Thielemann lemming at henning-thielemann.de
Wed Dec 19 01:55:19 EST 2007


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.

Great idea! One should add this as example to the docs of GetOpt, because
the example given there works the way I didn't like.


More information about the Libraries mailing list