Module Read_write_pair.Export

type ('a, 'z) read_write_ = private ('a, 'z) any = {
  1. mutable read : 'a;
  2. mutable write : 'a;
}