Package avail. interpreter. primitive. functions
Types
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.