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
---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/error_in_module.typ
---
Range: 5:20:5:26
```typc
let my-fun(
note: any,
mode: str = "typ",
setting: (any) => any = Closure(..),
) = none;
```
======
Good doc
# Positional Parameters
## note
```typc
type:
```
# Named Parameters
## mode
```typc
type: "typ"
```
## setting (named)
```typc
type: (any) => any
```