handleExecution

open fun handleExecution(problem: Problem, decider: (Boolean) -> Unit)

A Problem occurred while executing Avail code. Typically this means an unhandled exception, or invoking a bootstrap primitive before the relevant exception handling mechanisms are in place.

Parameters

problem

The problem whose type is ProblemType.EXECUTION.

decider

How to continue or abort compilation. Accepts a boolean that is true iff compilation should continue.