Response

data class Response(val result: Term) : Compute

Class representing a Response, from the Expression evaluator, to a Request

Constructors

Link copied to clipboard
constructor(result: Term)

Properties

Link copied to clipboard

The result of evaluation process