> 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, ...).