[MLton] cvs commit: added flag -sequence-unit {false|true}

Stephen Weeks MLton@mlton.org
Tue, 17 Feb 2004 09:38:23 -0800


> >   MAIL added flag -sequence-unit {false|true}
> >
> >   If true, then in the sequence expression (e1; e2), it is a type
> >   error if e1 is not of type unit.
> 
> Any objection to using the same flag to signal an error when the
> body of a while expression is not of type unit?

Sounds good to me.  I've added it.