Skip to content

fix pvb_constraint with coercion after 5.2 AST upgrade #2839

@anmonteiro

Description

@anmonteiro

this

let x :> [> `A | `B ] = `A;

reformats to

let x: :> [>
            | `A
            | `B
          ] = `A;

there's an extra : in there, we should fix it

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