test: update 533 test to include docstring
This commit is contained in:
parent
caa2d9d80f
commit
5bf5abe84f
1 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
|||
"position": {"line": 2, "character": 10}}
|
||||
{"items":
|
||||
[{"label": "False", "kind": 22, "detail": "Prop"},
|
||||
{"label": "Fin", "kind": 22, "detail": "Nat → Type"},
|
||||
{"label": "Fin",
|
||||
"kind": 22,
|
||||
"documentation":
|
||||
{"value":
|
||||
"`Fin n` is a natural number `i` with the constraint that `0 ≤ i < n`. ",
|
||||
"kind": "markdown"},
|
||||
"detail": "Nat → Type"},
|
||||
{"label": "Float", "kind": 22, "detail": "Type"},
|
||||
{"label": "FloatArray", "kind": 22, "detail": "Type"},
|
||||
{"label": "FloatSpec", "kind": 22, "detail": "Type 1"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue