list

fun list(vararg types: A_Type): A_Type

Given an array of types, create the most general list phrase type which has a yield type matching those types as a tuple.

Return

A list phrase type.

Parameters

types

The array of types yielded by corresponding elements of the list phrase type.