package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Namespace
  2. | Type
  3. | Class
  4. | Enum
  5. | Interface
  6. | Struct
  7. | TypeParameter
  8. | Parameter
  9. | Variable
  10. | Property
  11. | EnumMember
  12. | Event
  13. | Function
  14. | Method
  15. | Macro
  16. | Keyword
  17. | Modifier
  18. | Comment
  19. | String
  20. | Number
  21. | Regexp
  22. | Operator
  23. | Decorator
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