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
I think the problem is because the type of intro_exists is not interpreted properly in Pulse, since it uses a kind of points-free style of specification, which Pulse doesn't expect.
This snippet works, even if it seems to be introducing an
exists* (x:unit). Pure False
.Removing the admit makes it fail as it should.
Puzzlingly, if I try to print the state before the admit, it seems as if
intro_exists
was not applied since it is bound at typestt_ghost
.The text was updated successfully, but these errors were encountered: