This repository was archived by the owner on Apr 24, 2021. It is now read-only.
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
Switch PrintType.re to syntax outcome printer. #33
Closed
Description
PrintType.re
currently uses some custom code to print types. The outcome printer from the syntax repo implements the same functionality: https://github.com/rescript-lang/syntax/blob/master/src/res_outcome_printer.ml and has tests.
To reduce complexity and provide a better printing experience for the user we should switch to the outcome printer of the syntax repo. Types can be converted to the Outcometree
with the compiler-libs if I recall correctly.
Metadata
Metadata
Assignees
Labels
No labels