Package-level declarations

Types

Link copied to clipboard

Primitive: Answer a function built from the function and the outer variables.

Link copied to clipboard

Primitive: Create a function type from a tuple of argument types and a return type.

Link copied to clipboard

Primitive: Answer the most general function type with the given return type.

Link copied to clipboard

Primitive: Construct a function that conforms to the specified function. When applied, it applies the specified function and answers that function's result.

Link copied to clipboard

Primitive: Answer a phrase that represents the decompiled function.

Link copied to clipboard

Primitive: Answer the message associated with the specified function.

Link copied to clipboard

Primitive: Answer the tuple of outer variables captured by this function.

Link copied to clipboard

Primitive: Answer a tuple type describing the parameters accepted by the function type.

Link copied to clipboard

Primitive: Answer the type of the parameter at the given index within the given functionType.

Link copied to clipboard

Primitive: Answer the return type of the given functionType.