Currently `{"x" : int }` is parsed as `<x : int > Js.t`, on the master Js.t is a nop ` type 'a t = 'a`. The parser can just parse it as ` < x : int >`
Currently
{"x" : int }is parsed as<x : int > Js.t,on the master Js.t is a nop
type 'a t = 'a.The parser can just parse it as
< x : int >