Results 3 comments of Alex Graham

Hey, thanks for the quick response. I tried that (with the `Window` moved to follow the `runUI` signature) like so: ```haskell haskellValidateString :: Window -> String -> JS.JSObject -> IO...

That worked great, thanks. Unfortunately since the callback is an asynchronous call it can't do anything outside of its scope. Still useful, though. I started experimenting with passing in a...

FYI to anyone who stumbles on this looking to fix the issue with highlighting `match`/`case`, @wookayin has forked the project and kindly updated it to allow the 3.10+ interpreter to...