You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Apalache IR has not yet picked up support for TLA LAMBDA. Instead we perform a de-lambdification to convert any lambdas into let expressions. However, let expressions cannot be applied, as noted in #2517.
This has required workarounds in quint conversion:
The Apalache IR has not yet picked up support for TLA
LAMBDA
. Instead we perform a de-lambdification to convert any lambdas into let expressions. However, let expressions cannot be applied, as noted in #2517.This has required workarounds in quint conversion:
Map.setBy
produces invalid Apalache IR #2531Adding support for
LAMBDA
in the IR will have at least the following benefits:--write-intermediate
)See also #251, #872
The text was updated successfully, but these errors were encountered: