jon.recoil.org

Module Reference.MethodSource

type t = [
  1. | `Resolved of Odoc_model.Paths.Reference.Resolved.Method.t
  2. | `Root of string * [ `TMethod | `TUnknown ]
  3. | `Dot of Odoc_model.Paths.Reference.LabelParent.t * string
  4. | `Method of Odoc_model.Paths.Reference.ClassSignature.t * Odoc_model.Names.MethodName.t
]