jon.recoil.org

Module Lang.Method

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