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 use Chalk in an IDE environment, we need to be able to prevent it from taking
too much time, even if that means getting a wrong or incomplete answer.
This is done by specifying an amount of 'fuel'; each iteration of the top-level
search loop takes one unit of fuel, and when it runs out, we return.
0 commit comments