equal
deleted
inserted
replaced
208 |
208 |
209 data ShutdownThreadException = ShutdownThreadException String |
209 data ShutdownThreadException = ShutdownThreadException String |
210 deriving Typeable |
210 deriving Typeable |
211 |
211 |
212 instance Show ShutdownThreadException where |
212 instance Show ShutdownThreadException where |
213 show (ShutdownThreadException s) = "kill: " ++ s |
213 show (ShutdownThreadException s) = s |
214 instance Exception ShutdownThreadException |
214 instance Exception ShutdownThreadException |