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
I'm trying to run the example program from the stackage repo's main page, but after copy-pasting the code into my main.hs and building, the program causes a segmentation fault when being run.
From the looks of it, the problem seems to lie within the clear function--comment that line out and the program no longer segfaults (though you do get an "empty" window).
Am I alone in having this issue, or have others encountered this as well?
The text was updated successfully, but these errors were encountered:
I'm trying to run the example program from the stackage repo's main page, but after copy-pasting the code into my main.hs and building, the program causes a segmentation fault when being run.
From the looks of it, the problem seems to lie within the
clear
function--comment that line out and the program no longer segfaults (though you do get an "empty" window).Am I alone in having this issue, or have others encountered this as well?
The text was updated successfully, but these errors were encountered: