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
Right now, doing IO in the Hackett repl is kind of gross; your only option afaik is to wrap your IO ()s in an unsafe-run-io! call. Having e.g. #:run and #:<- commands in the toplevel to run and bind out of IO values would be much nicer.
The text was updated successfully, but these errors were encountered:
Right now, doing IO in the Hackett repl is kind of gross; your only option afaik is to wrap your
IO ()
s in anunsafe-run-io!
call. Having e.g.#:run
and#:<-
commands in the toplevel to run and bind out of IO values would be much nicer.The text was updated successfully, but these errors were encountered: