Skip to content

Commit 62bcd62

Browse files
authored
Fix outcome printer for locally abstract types (rescript-lang#267)
1 parent 0bbe689 commit 62bcd62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/src/res_outcome_printer.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ let printPolyVarIdent txt =
310310
Doc.join ~sep:Doc.space (
311311
List.map (fun var -> Doc.text ("'" ^ var)) vars
312312
);
313+
Doc.dot;
314+
Doc.space;
313315
printOutTypeDoc outType;
314316
]
315317
)

0 commit comments

Comments
 (0)