Continuation Type

The continuation type represents an instance of a continuation.

The VM treats the invocation of a continuation like a single argument function call.

Continuation Predicates

function continuation? o

test if o is a continuation

Param o:

object to test

Return:

#t if o is a continuation #f otherwise

Continuation Constructors

function call/cc k-proc

This is the call-with-values call/cc variant which calls:

call proc with the current (undelimited) continuation

Param proc:

Type proc:

a closure of 1 argument

This is the %%call/uc primitive.

This is the call-with-values call/cc variant which calls:

call proc with the current (undelimited) continuation

Param proc:

Type proc:

a closure of 1 argument

This is the %%call/uc primitive.

Last built at 2024-05-17T06:10:57Z+0000 from 62cca4c (dev) for Idio 0.3.b.6