Call

data class Call(val f: String, val args: List<Expr>) : Expr

Constructors

Link copied to clipboard
constructor(f: String, args: List<Expr>)

Properties

Link copied to clipboard
Link copied to clipboard