Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

[printer] Record fields punning #47

Closed
@cknitt

Description

@cknitt
type a = int
type b = string

type r = { a, b }

is printed (by BS 8.1.1 bsc -fmt) to

type a = int
type b = string

type r = {a: a, b: b}

IMHO the output should use punning for the record fields (like in the input).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions