MilanoFunctionCall

data class MilanoFunctionCall(val name: String, val arguments: List<MilanoValue>)

A host function call (expression spec, Host functions): the declared function's name and its evaluated arguments, in declared order, each already of its declared type.

Constructors

Link copied to clipboard
constructor(name: String, arguments: List<MilanoValue>)

Properties

Link copied to clipboard
Link copied to clipboard