Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-06-27 17:02:14 -0700 (Mon, 27 Jun 2005)
Revision: 7442
Log message:

      Subtrees were indexed from 1 to n but because lists are indexed from 0, there was
      lots of adding and subtracting of 1s.
      Now they are gone (except for multiplicity, which is not a big deal).
      

Changes  Path
+66 -39 metaprl/refiner/reflib/jall.ml
+4 -2 metaprl/refiner/reflib/jtypes.ml