jon.recoil.org

Module Merlin_index_format.Union_find

type 'a content =
  1. | Root of {
    1. mutable value : 'a;
    2. mutable rank : int;
    }