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
This should permit us to add I/O while only making a handful of functions monadic. (Basically the "trampoline" would be monadic and would do I/O on behalf of the continuations it executes.) This seems marginally cleaner than making the entire evaluator monadic. But experiment and see.
The text was updated successfully, but these errors were encountered:
This should permit us to add I/O while only making a handful of functions monadic. (Basically the "trampoline" would be monadic and would do I/O on behalf of the continuations it executes.) This seems marginally cleaner than making the entire evaluator monadic. But experiment and see.
The text was updated successfully, but these errors were encountered: