Hello.

Do Interrupt exception is special exception?
I got warning "Pattern 2 is redundant" for this code:

 doit () handle Interrupt => NONE | exc => raise exc

Why?

If one use other exception, then it is all right. Warning is missing.

 doit () handle Option => NONE | exc => raise exc

Nick.
_______________________________________________
polyml mailing list
polyml@inf.ed.ac.uk
http://lists.inf.ed.ac.uk/mailman/listinfo/polyml

Reply via email to