% $Id: LFrom.oz,v 1.1 2006/12/12 23:30:39 leavens Exp leavens $ declare fun lazy {LFrom Start End} if Start =< End then Start|{LFrom Start+1 End} else nil end end