File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ type point = {x: int; y: int}
319
319
Hovering over the above will
320
320
display:
321
321
```
322
- ocaml type point = { x : int; y : int }
322
+ ocaml type point = { x : int; y : int }
323
323
syntax Record type:
324
324
Allows you to define variants with a fixed set of fields, and all of the
325
325
constructors for a record variant type must have the same fields. See
@@ -328,7 +328,7 @@ Manual
328
328
The documentation is gotten from the Merlin engine which receives
329
329
the nodes under the cursor and infers what the syntax may be about, and
330
330
displays the required information along with links to the manual for further
331
- reading.
331
+ reading.
332
332
333
333
Syntax Documentation is an optional feature and can be activated by
334
334
using the LSP config system with the key called ` syntaxDocumentation ` and can
@@ -356,7 +356,7 @@ cd ocaml-lsp
356
356
git submodule update --init --recursive
357
357
358
358
# create local switch (or use global one)
359
- opam switch --yes create . ocaml-base-compiler.4.14.0
359
+ opam switch --yes create .
360
360
361
361
# don't forget to set your environment to use the local switch
362
362
eval $( opam env)
You can’t perform that action at this time.
0 commit comments