sig
  module RList :
    sig
      type 'a t = 'ReactiveData.RList.t
      type 'a handle = 'ReactiveData.RList.handle
    end
end