You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
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 >