interface ILoString { } class MtLoString implements ILoString { } class ConsLoString implements ILoString { String first; ILoString rest; ConsLoStrin