Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-11-15 15:03:47 -0800 (Thu, 15 Nov 2001)
Revision: 3444
Log message:
Code cleanup:
I looked (using the code I've put into macro.ml) for places where the same code
appeared in several branches of a match or function expression. I changed those
places to use a complex pattern and a single copy of the code.