Skip to content

Bug: AST changed with type quantifier and inline records #2708

@EmileTrotignon

Description

@EmileTrotignon
type 'a t = A : 'a. {a:'a} -> 'a t

is formatted into

type 'a t = A : {a: 'a} -> 'a t

but

  type 'a t = A : 'a. 'a * 'a -> 'a t

works fine.

This is from the base library, as tested by the test branch, and exists at least since 0.26.0.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions