module Export: sig .. end
sig
end
type ('a, 'z) read_write_ = private ('a, 'z) Read_write.any = private {
('a, 'z)
('a, 'z) Read_write.any
mutable read :'a;
'a
mutable write :'a;