Skip to content
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
@IwanKaramazow

Description

@IwanKaramazow

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions