this ```re let x :> [> `A | `B ] = `A; ``` reformats to ```re let x: :> [> | `A | `B ] = `A; ``` there's an extra `:` in there, we should fix it