Skip to content

Commit 05b8b30

Browse files
committed
fix mistake in printing polyvariant constructor payloads
1 parent daf3e8b commit 05b8b30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analysis/src/CompletionBackEnd.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ let detail name (kind : Completion.kind) =
715715
"#" ^ name
716716
^ (match args with
717717
| [] -> ""
718-
| [typeExpr] -> typeExpr |> Shared.typeToString
719718
| typeExprs ->
720719
"("
721720
^ (typeExprs

0 commit comments

Comments
 (0)