Module Query_protocol.Locate_context

type t =
  1. | Expr
  2. | Module_path
  3. | Module_type
  4. | Patt
  5. | Type
  6. | Constant
  7. | Constructor
  8. | Label
  9. | Unknown
val to_string : t -> string
val of_string : string -> t option
val all : t list