handleInternal

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

An internal Problem occurred in the virtual machine. This should not happen, and is not the fault of the Avail code, but rather Yours Truly, the Avail virtual machine authors.

Parameters

problem

The problem whose type is ProblemType.INTERNAL.

decider

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