14 Jan
2019
14 Jan
'19
1:39 p.m.
Hi, I did not find an explicit statement about the current status of the implementation of exceptions in JHC. I've looked the source code have some clue. To me it seems that - GRIN backend only supports fatal ioError. The catch function does nothing (probably) because any raise operation will halt the program anyway. - There is an experimental (and disabled) GHC backend which would map JHC catch/raise primps to the corresponding GHC primops. In short the GHC's async exception system is not implemented and JHC's current exception system can only halt the program. Are these assumptions correct? Regards, Csaba Hruska
2546
Age (days ago)
2546
Last active (days ago)
0 comments
1 participants
participants (1)
-
Csaba Hruska