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 toplevel loop is a backtracking loop, so all backtrackable actions are lost between queries. You can set the Prolog flag toplevel_mode to recursive to turn the toplevel into a recursive loop.
This works...
but this doesn't...
The text was updated successfully, but these errors were encountered: