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
Error msg: Anomaly: Non deterministic pruning, delay to be implemented: t=A1 (≪.X0≫_0 c1), delta=0
I would expect that after p1, p2 becomes pi x\ f x = A x, so that A := (x\ f x) or better A := f
The text was updated successfully, but these errors were encountered:
Not a bug, but a missing feature. It seems move needs to do no restriction, but instead checks if doing it would be deterministic, and it would be not (but is also unnecessary)
This code does not work:
Error msg:
Anomaly: Non deterministic pruning, delay to be implemented: t=A1 (≪.X0≫_0 c1), delta=0
I would expect that after
p1
,p2
becomespi x\ f x = A x
, so thatA := (x\ f x)
or betterA := f
The text was updated successfully, but these errors were encountered: