Skip to main content
The Deno 2 Release Candidate is here
Learn more
method Context.prototype.mustMakeProgress
Re-export
import { Context } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

When no impure expression makes progress in an evaluation round, another round is started, in which this function returns true. If no impure expression makes progress in that round either, evaluation stops.

Returns

boolean

true if progress must be made, false otherwise.