Kaya 0.5.3 reference for Lazy::traverse

List of functions and data types in Lazy

Void traverse(Bool(a, Int) block, Lazy::List<a> xs)

Arguments

Usage

Used by for loops to traverse lazy List data structure. It is unlikely that you will need to call this function directly.

If the List is infinite in size, this function will not exit unless the block function throws an exception or otherwise breaks out of the loop.

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya