Source file forester_lsp__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
(** @canonical Forester_lsp.Analysis *)
module Analysis = Forester_lsp__Analysis
(** @canonical Forester_lsp.Call_hierarchy *)
module Call_hierarchy = Forester_lsp__Call_hierarchy
(** @canonical Forester_lsp.Change_configuration *)
module Change_configuration = Forester_lsp__Change_configuration
(** @canonical Forester_lsp.Code_action *)
module Code_action = Forester_lsp__Code_action
(** @canonical Forester_lsp.Code_lens *)
module Code_lens = Forester_lsp__Code_lens
(** @canonical Forester_lsp.Completion *)
module Completion = Forester_lsp__Completion
(** @canonical Forester_lsp.Definitions *)
module Definitions = Forester_lsp__Definitions
(** @canonical Forester_lsp.Diagnostics *)
module Diagnostics = Forester_lsp__Diagnostics
(** @canonical Forester_lsp.Did_change *)
module Did_change = Forester_lsp__Did_change
(** @canonical Forester_lsp.Did_create_files *)
module Did_create_files = Forester_lsp__Did_create_files
(** @canonical Forester_lsp.Did_open *)
module Did_open = Forester_lsp__Did_open
(** @canonical Forester_lsp.Document_link *)
module Document_link = Forester_lsp__Document_link
(** @canonical Forester_lsp.Document_symbols *)
module Document_symbols = Forester_lsp__Document_symbols
(** @canonical Forester_lsp.Highlight *)
module Highlight = Forester_lsp__Highlight
(** @canonical Forester_lsp.Hover *)
module Hover = Forester_lsp__Hover
(** @canonical Forester_lsp.Inlay_hint *)
module Inlay_hint = Forester_lsp__Inlay_hint
(** @canonical Forester_lsp.LspEio *)
module LspEio = Forester_lsp__LspEio
(** @canonical Forester_lsp.Lsp_error *)
module Lsp_error = Forester_lsp__Lsp_error
(** @canonical Forester_lsp.Lsp_server *)
module Lsp_server = Forester_lsp__Lsp_server
(** @canonical Forester_lsp.Lsp_shims *)
module Lsp_shims = Forester_lsp__Lsp_shims
(** @canonical Forester_lsp.Lsp_state *)
module Lsp_state = Forester_lsp__Lsp_state
(** @canonical Forester_lsp.Publish *)
module Publish = Forester_lsp__Publish
(** @canonical Forester_lsp.Semantic_tokens *)
module Semantic_tokens = Forester_lsp__Semantic_tokens
(** @canonical Forester_lsp.Util *)
module Util = Forester_lsp__Util
(** @canonical Forester_lsp.Workspace_symbols *)
module Workspace_symbols = Forester_lsp__Workspace_symbols
module Forester_lsp__ = struct end
[@@deprecated "this module is shadowed"]