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
To aid individuals coming from Source 3, the docs should mention that amb is not intended to behave like ordinary Source functions.
Specifically, when we evaluate amb(alpha(), bravo()), the call is not evaluated "inside out".
The expression bravo() will only be evaluated upon backtracking.
Moreover, amb cannot be passed around as a value.
The text was updated successfully, but these errors were encountered:
To aid individuals coming from Source 3, the docs should mention that
amb
is not intended to behave like ordinary Source functions.Specifically, when we evaluate
amb(alpha(), bravo())
, the call is not evaluated "inside out".The expression
bravo()
will only be evaluated upon backtracking.Moreover,
amb
cannot be passed around as a value.The text was updated successfully, but these errors were encountered: