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
Currently it creates an "interpreted.hs" file in the current directory. It clobbers the current directory with compiled object files as well. It might even overwrite if a file with the same name exists. Instead we should use a temporary file and delete it after we are done.
The text was updated successfully, but these errors were encountered:
Currently it creates an "interpreted.hs" file in the current directory. It clobbers the current directory with compiled object files as well. It might even overwrite if a file with the same name exists. Instead we should use a temporary file and delete it after we are done.
The text was updated successfully, but these errors were encountered: