
10 Jan
2008
10 Jan
'08
10:16 a.m.
* Michael Roth wrote:
Exists there a way to write this cleaner without writing countless "set_xyz" helper functions?
The syntactic sugar for record modifications is simply that: sugar. You might write your own modifier functions: set_bla x y = x { bla = y }