@@ -48,25 +48,25 @@ Complete src/CompletionPipeChain.res 33:38
48
48
posCursor:[33:38] posNoWhite:[33:37] Found expr:[33:11->0:-1]
49
49
Completable: Cpath Value[Integer, increment](Nolabel, Nolabel)->
50
50
[{
51
- "label": "toInt",
51
+ "label": "Integer. toInt",
52
52
"kind": 12,
53
53
"tags": [],
54
54
"detail": "t => int",
55
55
"documentation": null
56
56
}, {
57
- "label": "increment",
57
+ "label": "Integer. increment",
58
58
"kind": 12,
59
59
"tags": [],
60
60
"detail": "(t, int) => t",
61
61
"documentation": null
62
62
}, {
63
- "label": "decrement",
63
+ "label": "Integer. decrement",
64
64
"kind": 12,
65
65
"tags": [],
66
66
"detail": "(t, int => int) => t",
67
67
"documentation": null
68
68
}, {
69
- "label": "make",
69
+ "label": "Integer. make",
70
70
"kind": 12,
71
71
"tags": [],
72
72
"detail": "int => t",
@@ -77,25 +77,25 @@ Complete src/CompletionPipeChain.res 36:38
77
77
posCursor:[36:38] posNoWhite:[36:37] Found expr:[36:11->0:-1]
78
78
Completable: Cpath Value[Integer, increment](Nolabel, Nolabel)->
79
79
[{
80
- "label": "toInt",
80
+ "label": "Integer. toInt",
81
81
"kind": 12,
82
82
"tags": [],
83
83
"detail": "t => int",
84
84
"documentation": null
85
85
}, {
86
- "label": "increment",
86
+ "label": "Integer. increment",
87
87
"kind": 12,
88
88
"tags": [],
89
89
"detail": "(t, int) => t",
90
90
"documentation": null
91
91
}, {
92
- "label": "decrement",
92
+ "label": "Integer. decrement",
93
93
"kind": 12,
94
94
"tags": [],
95
95
"detail": "(t, int => int) => t",
96
96
"documentation": null
97
97
}, {
98
- "label": "make",
98
+ "label": "Integer. make",
99
99
"kind": 12,
100
100
"tags": [],
101
101
"detail": "int => t",
@@ -106,25 +106,25 @@ Complete src/CompletionPipeChain.res 39:47
106
106
posCursor:[39:47] posNoWhite:[39:46] Found expr:[39:11->0:-1]
107
107
Completable: Cpath Value[Integer, decrement](Nolabel, Nolabel)->
108
108
[{
109
- "label": "toInt",
109
+ "label": "Integer. toInt",
110
110
"kind": 12,
111
111
"tags": [],
112
112
"detail": "t => int",
113
113
"documentation": null
114
114
}, {
115
- "label": "increment",
115
+ "label": "Integer. increment",
116
116
"kind": 12,
117
117
"tags": [],
118
118
"detail": "(t, int) => t",
119
119
"documentation": null
120
120
}, {
121
- "label": "decrement",
121
+ "label": "Integer. decrement",
122
122
"kind": 12,
123
123
"tags": [],
124
124
"detail": "(t, int => int) => t",
125
125
"documentation": null
126
126
}, {
127
- "label": "make",
127
+ "label": "Integer. make",
128
128
"kind": 12,
129
129
"tags": [],
130
130
"detail": "int => t",
@@ -135,25 +135,25 @@ Complete src/CompletionPipeChain.res 42:69
135
135
posCursor:[42:69] posNoWhite:[42:68] Found expr:[42:11->0:-1]
136
136
Completable: Cpath Value[Integer, decrement](Nolabel, Nolabel)->
137
137
[{
138
- "label": "toInt",
138
+ "label": "Integer. toInt",
139
139
"kind": 12,
140
140
"tags": [],
141
141
"detail": "t => int",
142
142
"documentation": null
143
143
}, {
144
- "label": "increment",
144
+ "label": "Integer. increment",
145
145
"kind": 12,
146
146
"tags": [],
147
147
"detail": "(t, int) => t",
148
148
"documentation": null
149
149
}, {
150
- "label": "decrement",
150
+ "label": "Integer. decrement",
151
151
"kind": 12,
152
152
"tags": [],
153
153
"detail": "(t, int => int) => t",
154
154
"documentation": null
155
155
}, {
156
- "label": "make",
156
+ "label": "Integer. make",
157
157
"kind": 12,
158
158
"tags": [],
159
159
"detail": "int => t",
@@ -164,13 +164,13 @@ Complete src/CompletionPipeChain.res 45:62
164
164
posCursor:[45:62] posNoWhite:[45:61] Found expr:[45:11->0:-1]
165
165
Completable: Cpath Value[SuperFloat, fromInteger](Nolabel)->
166
166
[{
167
- "label": "fromInteger",
167
+ "label": "SuperFloat. fromInteger",
168
168
"kind": 12,
169
169
"tags": [],
170
170
"detail": "Integer.t => t",
171
171
"documentation": null
172
172
}, {
173
- "label": "toInteger",
173
+ "label": "SuperFloat. toInteger",
174
174
"kind": 12,
175
175
"tags": [],
176
176
"detail": "t => Integer.t",
@@ -181,7 +181,7 @@ Complete src/CompletionPipeChain.res 48:63
181
181
posCursor:[48:63] posNoWhite:[48:62] Found expr:[48:11->48:63]
182
182
Completable: Cpath Value[SuperFloat, fromInteger](Nolabel)->t
183
183
[{
184
- "label": "toInteger",
184
+ "label": "SuperFloat. toInteger",
185
185
"kind": 12,
186
186
"tags": [],
187
187
"detail": "t => Integer.t",
@@ -192,19 +192,19 @@ Complete src/CompletionPipeChain.res 51:82
192
192
posCursor:[51:82] posNoWhite:[51:81] Found expr:[51:11->0:-1]
193
193
Completable: Cpath Value[CompletionSupport, Test, make](Nolabel)->
194
194
[{
195
- "label": "add",
195
+ "label": "CompletionSupport.Test. add",
196
196
"kind": 12,
197
197
"tags": [],
198
198
"detail": "t => int",
199
199
"documentation": null
200
200
}, {
201
- "label": "addSelf",
201
+ "label": "CompletionSupport.Test. addSelf",
202
202
"kind": 12,
203
203
"tags": [],
204
204
"detail": "t => t",
205
205
"documentation": null
206
206
}, {
207
- "label": "make",
207
+ "label": "CompletionSupport.Test. make",
208
208
"kind": 12,
209
209
"tags": [],
210
210
"detail": "int => t",
@@ -215,19 +215,19 @@ Complete src/CompletionPipeChain.res 54:78
215
215
posCursor:[54:78] posNoWhite:[54:77] Found expr:[54:11->0:-1]
216
216
Completable: Cpath Value[CompletionSupport, Test, addSelf](Nolabel, Nolabel)->
217
217
[{
218
- "label": "add",
218
+ "label": "CompletionSupport.Test. add",
219
219
"kind": 12,
220
220
"tags": [],
221
221
"detail": "t => int",
222
222
"documentation": null
223
223
}, {
224
- "label": "addSelf",
224
+ "label": "CompletionSupport.Test. addSelf",
225
225
"kind": 12,
226
226
"tags": [],
227
227
"detail": "t => t",
228
228
"documentation": null
229
229
}, {
230
- "label": "make",
230
+ "label": "CompletionSupport.Test. make",
231
231
"kind": 12,
232
232
"tags": [],
233
233
"detail": "int => t",
0 commit comments