setValueWasStablyComputed

open override fun setValueWasStablyComputed(wasStablyComputed: Boolean)

Set whether this write-once variable was initialized from an expression which is stable – always produces the same value (modulo loading of modules) and has no side-effects.

Parameters

wasStablyComputed

Whether the variable was initialized from a stable computation.