Structure lazy-cons

Package:

CLAZY

Class Precedence List:

lazy-cons → lazy-streamstructure-objectT.

Known Substructures:

None.

Slots:

Inherited from lazy-stream.

Description:

The Lazy-Cons Structure.

The LAZY-CONS structure behaves like a lazy-stream but has a strict HEAD and a lazy TAIL.

Lazy conses can be created by calling directly and lazily the cons function.

The usual functions automatically generated by defstruct work as expected.

Affected By:

None.

Exceptional Situations:

None.

See Also:

lazy-stream.

Notes:

None.