Time.+

Stephen Weeks MLton@sourcelight.com
Thu, 12 Jul 2001 09:44:50 -0700


> I don't know about Time.fromString.  After all, it returns a Time.time option,
> so NONE seems ok to me (as opposed to an exception).

That's not consistent, since NONE is used to indicate a syntactically invalid
string and Overflow is used to indicate a valid parse with too large of a
result (as in Int.fromString, Word.fromString, ...).