Now GUI's have type IO (). It would be nice to have GUI's of type IO String, IO Int, etc. For example, a popup window with a textEntry for input would be of type IO String. Thus, it would return an IO String to the GUI or computation that called it.
Log in to post a comment.