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