I am trying to use installHandler with forkIO. I'd like to fork a process in Main when a signal is caught, having trouble with the types and I'm sure there is a convention I'm not familiar with. Could I see an example of how this is done?