Module Class.ImplementsSource

Sourcemodule Interface : sig ... end
Sourcetype ('M, 'T) t = 'M * ('M, 'T) t'
Sourceand ('M, 'T) t' = {
  1. interfaces : ('M, 'T) Interface.t list;
  2. comments : ('M, unit) Syntax.t option;
}