Skip to content

Constructors are not displayed with the right fixity in Core and native executables #3422

@lukaszcz

Description

@lukaszcz

Typing

> (2, 3)

in the Juvix REPL used to result in the output

2, 3

Now we get:

, 2 3

The same in the native executable.

There is a mechanism to remember constructor fixities down the pipeline and then use them for printing in Core and native code. But it seems some changes broke it in the meantime.

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions