package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Text
  2. | Method
  3. | Function
  4. | Constructor
  5. | Field
  6. | Variable
  7. | Class
  8. | Interface
  9. | Module
  10. | Property
  11. | Unit
  12. | Value
  13. | Enum
  14. | Keyword
  15. | Snippet
  16. | Color
  17. | File
  18. | Reference
  19. | Folder
  20. | EnumMember
  21. | Constant
  22. | Struct
  23. | Event
  24. | Operator
  25. | TypeParameter
include Ppx_yojson_conv_lib.Yojsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t