Class type Wtable.listmodel

class type ['a] listmodel = object .. end

method reload : unit
method size : int
method index : 'a -> int
method get : int -> 'a