Call me a weirdo but I think a converter which could fail should return an 
option[T] instead of T itself.  This way you can either unwrap the option 
(works like exception) or pass it somewhere first, e.g. into a container so 
that you could use unwrap inside of an higher-order routine.

Reply via email to