Module Lang.MethodSource

type t = {
  1. id : Paths.Identifier.Method.t;
  2. doc : Comment.docs;
  3. private_ : bool;
  4. virtual_ : bool;
  5. type_ : TypeExpr.t;
}